body {
    margin: 0;
    overflow: hidden;
    background-color: #f0f0f0;
}

#container {
    width: 100vw;
    height: 100vh;
}
