body{
    width:80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    
    }

canvas {
    width: 100% !important;
    height: auto !important;
}