body {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-top: 20px;
    background-color: #f0f0f0;
}

canvas {
    border: 2px solid black;
    background-color: white;
    cursor: crosshair;
}