body {
    margin-top: 70px;
    background-color: #536e7d;
}

#reserve {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

canvas {
    cursor: move;
}
