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

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