.contact-page { 
    margin: 0 auto;
    padding: 20px;
    background: #fdfdfd; 
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.contact-page h3 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.welcome h3 {
    text-decoration: none;
    font-size: 25px;
    padding-top: 20px;
}


.contact-info p, .committee-contacts .member {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 300;
}

.committee-contacts .member {
    color: #fff;

}

strong {
    font-weight: 700;
}

.contact-info a, .committee-contacts a {
    color: #31820a;
    text-decoration: none;
}

.contact-info a:hover, .committee-contacts a:hover {
    text-decoration: underline;
}

.map-container { 
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

.map-container iframe {
    width: 100%; 
    height: 100%;
    border: none;
}
