body {
    margin:0;
    width:100vw;
    height:100vh;
    overflow:hidden
}
.main {
    width:100vw;
    height:100vh;
    z-index:-1;
}