html {
    height: 100%;
    width: 100%;
}

body {
    /* leave it to hide the scrollbars */
    overflow: hidden;
    background-color: #000000;
    margin: 0;
}

#container {
    background: #000000;
    width: 100vw;
    height: 100vw;
    max-height: 100vh;
    max-width: 100vh;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
