.eat-button {
    padding: 12px;
    background: #6a11cb;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.eat-button:hover {
    background: #2575fc;
}
#message {
    margin-top: 15px;
    font-size: 14px;
    color: red;
}
