#restaurant-wheel-container {
    text-align: center;
    margin: 20px auto;
    max-width: 600px;
}

#restaurant-info {
    margin-top: 20px;
    font-size: 1.1em;
}

#spin-button, #save-selection, #reset-selection {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}
