#manZone {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
canvas {
    background-color: #b7e0c3;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    cursor: none;
}