body {
    background-color: white;
    /* leave it to hide the scrollbars */
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

main {
    display: flex;
    justify-content: center;
}

body canvas{
    height: 100vh !important;
    width: auto !important;
}