

@import url("../../pages/common.css");


#canvas {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: black;
}


.error {
    color: red;
}

