main {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    object-fit: scale-down;
}

canvas {
    display: block;
    margin: auto;
    position: absolute;



    object-fit: scale-down;
}