#affiliation, #address {
    margin: auto;
    margin-top: 20px;
    width: 95%;
    max-width: 1500px;

}

#affiliation h2, #address h2 {
    font-family: 'Merriweather', serif;
    font-size: 40px;
}

#affiliation p, #address p {
    margin: auto;
    text-align: justify;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 98%;
}

#socialMedia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 20px 0px; 
    padding: 20px 0px 20px 0px;
    background-color: rgb(20, 28, 37);
}

#socialMedia ul {
    padding: 10px 0px 10px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 40px;
    list-style: none;
}

#socialMedia ul li a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 200, 69);
}

#mail, #ig {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#mail img {
    width: 80px;
    object-fit: contain;
}

#ig img {
    width: 80px;
}

#socialMedia h2 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Source Code Pro', monospace;
    font-size: 40px;
    color: white;
}

#socialMedia h2::after {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 3px;
    width: 100%;
    max-width: 1600px;
    background-color: grey;
}

#address iframe {
    display: block;
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
}

#mail p, #ig a {
    font-size: 16px;
    margin-top: 10px;
}