/* body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
} */

/* h1 {
    margin-top: 20px;
} */

#slot-machine {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.reel {
    width: 100px;
    height: 100px;
    border: 2px solid #333;
    margin: 0 10px;
    font-size: 24px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.odometer {
    font-size: 100px;
}
/* button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
} */

#message {
    margin-top: 20px;
    font-size: 24px;
}