/* assets/css/main.css */
/* You can add extra styles here later if needed */

.button {
    display: inline-block;
    padding: 12px 28px;
    background: #00695c;
    color: white;
    border-radius: 50px;
    font-weight: 500;
    margin-top: 1rem;
}

.button:hover {
    background: #004d40;
}