.contact {
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.contact h2 {
    text-align: center;
    color: rgb(172, 115, 57);
    font-size: calc(14px + 1vw);
    font-weight: bold;
    scroll-margin-top: 2em;
}

.contact .social-links {
    max-width: 700px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-around;
}

.contact .social-links a {
    display: block;
    background-color: rgb(172, 115, 57);
    line-height: 50px;
    color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 30px;
}

.contact .social-links a:hover {
    transform: scale(1.2)
}

.contact .bar {
    width: 350px;
    height: 0px;
    border-top: 4px solid rgb(172, 115, 57);
    margin: 50px auto 50px;
}

.contact a.big-link {
    display: inline-block;
    font-size: calc(25px + 1vw);
    font-weight: 300;
    color: rgb(172, 115, 57);
    text-decoration: none;
}

.contact a.big-link:hover {
    color: rgb(225, 193, 132);
}