/* Global styles */
:root {
    --theme-color: #0071dc;
    --theme-accent: #004b92;
    --btn-color: #F26707;
}

.error-message {
    background: #f87171; 
    color: white; 
    padding: 10px; 
    border-radius: 5px; 
    margin-bottom: 15px;
    text-align: center;
}
