body {
    margin: 0px;
}

canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    position: fixed;
    top: 0;
    left: 0;
}
