body {
    text-align: center;
    margin:0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:100vh;
}

canvas {
   width: 100%;
   max-width: 800px;
   max-height: 95vh;
}
