body {
    background-color: #ffffff; 
    color: #333333;           
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    margin: 40px 60px;        
    line-height: 1.6;
}

.contact-info {
    text-align: left;      
    margin-top: 5px;
    margin-bottom: 15px;       
    font-size: 0.95rem;      
    text-transform: none;    
    letter-spacing: normal;  
}

.contact-info a {
    text-decoration: none;  
    color: #1e40af;        
}

.contact-info a:hover {
    text-decoration: underline; /
}

.contact-info .divider {
    margin: 0 10px;          
    color: #cbd5e1;          
    text-decoration: none;   
}

h1 {
    color: #1e40af;         
    padding-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase; 
    letter-spacing: 1px;
}

h3 {
    color: #1e40af;           
    border-bottom: 2px solid #e2e8f0; 
    padding-bottom: 5px;
    margin-top: 30px;
    text-transform: uppercase; 
    letter-spacing: 1px;
}

h4 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;

    color: #3b82f6; 
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
}

h4 .date {
    font-weight: normal;
    color: #64748b;
    font-size: 0.9rem;
    font-style: italic;
}

h5 {
    display: flex;
    justify-content: space-between; 
    align-items: baseline;
    font-style: italic;
    
    width: 100%;
    
    color: #334155;                 
    font-size: 1rem;
    margin-bottom: 5px;
}

h5 .date {
    font-weight: normal;           
    color: #64748b;                
    font-size: 0.9rem;
}
