.canvas-container {
    background: transparent;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
}
  
canvas {
    max-width: 100vw;
    width: 100vw;
    max-height: 100vh;
 }