.elegant-h1 {
    font-family: 'Playfair Display', serif; 
    font-size: 36px; 
    color: #1a202c; 
    text-align: center;
    margin-bottom: 24px;
    border-bottom: 3px solid #ff6f61;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}

.elegant-h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    color: #4a5568;
    text-align: left;
    margin-bottom: 16px;
    border-left: 4px solid #3182ce;
    padding-left: 12px;
    font-weight: 700;
}

.elegant-h3 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #2d3748;
    text-align: left;
    margin-bottom: 12px;
    font-weight: 350;
    letter-spacing: 0.3px;
    position: relative;
}

.contact-person {
    font-weight: bold;
}