.overlay {
    position: fixed;
    top: 200;
    left: 20;
    height: 100%;
    width: 100%;
    z-index: 40;
}

.modal {
    width: 1px;
    height: 0px;
    line-height: 1px;
    position: absolute;
    top: 40%;
    left: 30%;
    margin-top: -0px;
    margin-left: -10px;
    background-color:rgb(20, 20, 20);
    border-radius: 0px;
    text-align: right;
    z-index: 21;

}


body  {
    font-family: Arial;
    font-size: 17px;
    line-height: 1.5;
    font-smooth: 100;
    color: white;

    background-color: rgb(20, 20, 20);

    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

canvas {
    max-width: 100vmax;
    max-height: 100vmax;
    font-weight: 0;
    align-items: center;
    
}