/* CONTACT SECTION */
.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #00000063;
    font-family: "Merriweather", serif;
    font-weight: 100;
    padding-bottom: 4%;
}

.contact-header {
    margin: 1rem;
    font-weight: 400;
    font-size: var(--text-size-tile-title);
}

.contact-email {
    font-size: var(--text-size-tile-p);
    color: #fff;
}

.contact-section a {
    color: #ffffff;
    text-decoration: none;
}

.social-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}
