.footer-content {
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

footer {
    padding-top: 5vw;
    margin-top: auto;
}

.social-icon {
    align-self: flex-start;
    order: 2;
}

@media (max-width: 64rem) {
    .footer-content {
        font-size: 2.8vw;
    }
}