button { 
    cursor: pointer; 
    border: none; 
    border-radius: 8px; 
    padding: 10px 20px; 
    background-color: #00f0ff; 
    color: #0d0f14; 
    font-weight: bold; 
}
button:hover { background-color: #00c4cc; }
