body {
    font-family: Arial, sans-serif;
    text-align: center;
}

h1, h2 {
    margin-top: 20px;
}

.slot-machine {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.slot {
    font-size: 50px;
    margin: 0 15px;
}

.bet-section {
    margin-top: 20px;
}

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

.menu {
    margin-top: 20px;
}

input[type="number"] {
    padding: 5px;
    font-size: 18px;
    text-align: center;
}

#playButton {
    margin-left: 10px;
}

#slot-result {
    margin-top: 20px;
    font-size: 24px;
    color: red;
}

a {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}
