﻿h1 {
    font-family: 'Audiowide', cursive !important;
}

.message-success { 
    padding: 12px 16px; 
    margin-bottom: 16px; 
    border-radius: 8px; 
    background: #e8f8ee; 
    color: #166534; 
    border: 1px solid #bbf7d0; 
}

.message-error { 
    padding: 12px 16px; 
    margin-bottom: 16px; 
    border-radius: 8px; 
    background: #fee2e2; 
    color: #991b1b; 
    border: 1px solid #fecaca; 
}