body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #282c34;
    color: white;
    font-family: Arial, sans-serif;
}

#slotMachine {
    text-align: center;
}

#slots {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.slot {
    font-size: 2rem;
    border: 2px solid white;
    border-radius: 10px;
    margin: 0 10px;
    padding: 10px 20px;
}

button {
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}
