.contact a {
    border-bottom: 1px solid white;
}

body > div {
    margin: 20%;
    margin-top: 20svh;
    margin-bottom: 25%;
}

.social {
    display: flex;
    align-items: center;
    justify-content: left;
}

.social img {
    width: 5vw;
    height: auto;
    margin: 1vw;
}