#canvas
{
    background-color: #0e849e;
    border: 2px solid #0e849e;
    display: block;
    margin: auto;
    padding: auto;
    
}
body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0e849e; /* Cambia il colore di sfondo a piacere */
    overflow: hidden;
}

canvas {
    display: block;
    width: auto;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 276 / 414;
}
