#wheel-container {
    text-align: center;
    margin: 30px auto;
}
#wheel {
    transition: transform 4s ease-out;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 5px solid #333;
}
#spin-button {
    padding: 12px 25px;
    font-size: 18px;
    background: #f3722c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
