* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow: hidden;
}
#container{
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: -1;
    background: linear-gradient(#151515, #1B1B1B);
}

/*# sourceMappingURL=/threejs-simple-template.9ad09f98.css.map */