html,body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
canvas {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
