body {
    /* leave it to hide the scrollbars */
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
}

main {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

main > canvas {
    height: auto;
    width: 100%;
}