.main-image {
    width: 100%;
}

.socials {
    justify-content: center;
    row-gap: 50px;
    text-align: center;
}

.socials a {
    text-decoration: none;
    color: white;
    font-size: 2rem;
}

/* If width < 600 px */
/*  use stacked layout and hidden nav menu */
@media screen and (max-width: 599px) {
}

/* ElseIf width >= 600 px  */
/*  use tiled layout with full nav menu */
@media screen and (min-width: 600px) {
}