@import url(https://fonts.googleapis.com/css2?family=DotGothic16&display=swap);
body {
    user-select: none;
    margin: 0;
    background-color: #000000;
    font-family: "DotGothic16";
    color: white;
}

#canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.controlBox {
    display: none;
}
