footer a {
font-family: "georgiapro", sans-serif;
font-weight: 400;
font-style: normal;
color: black;
text-decoration: none;
display: flex;
font-size: 16px;
justify-content: center;
}
footer {
margin-top: 80px;
margin-bottom: 40px;
} .footer-content {
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
flex-wrap: nowrap;
} .footer-contact {
display: flex;
flex-direction: column;
align-items: center;
} .footer-socials {
display: flex;
flex-direction: row;
justify-content: center;
gap: 40px;
align-items: center;
} .footer-socials p {
font-family: "georgiapro", sans-serif;
font-weight: 400;
font-style: normal;
margin: 4px 0;
} .footer-media {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 20px;
}
.footer-media img {
height: 22px;
width: 22px;
}