#spin-wheel-container {
    text-align: center;
    margin: 20px auto;
}
#spin-btn {
    background: #e91e63;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
#spin-result {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}
