html {
    background-color: #111;
}

body {
    margin: 0;
    overflow: hidden;
}

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

canvas {
    max-height: 100vh;
    width: auto !important;
}