html, body {
    margin: 0;
    padding: 0;
}

#out {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
}
