:root {
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
}

html, body, canvas {
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #222831;
}