html, body {
    margin: 0;
    padding: 0;
}
body {
    overflow: hidden;
}
canvas{
    display: block;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}