.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 35vh;
    text-align: center;
    background-color: rgb(39, 30, 21);
    letter-spacing: 2px;
    color: white;
}



.main-footer {
    width: 100%;
    flex-direction: column;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2vmax;
}

.main-footer h4 {
    display: flex;
    margin: 1vmax;
    font-size: 1.2vmax;
    font-weight: 200;
    letter-spacing: 3px;
}

.main-footer h4 a {
    text-decoration: none;
    color: white;
    margin-left: 0.5vmax;
}

.social-footer {
    width: 100%;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vmax;
}

.main-footer h3 {
    opacity: 80%;
    font-size: 2vmax;
    font-weight: 200;
}