.social-media-icon {
    height: 20px;
    margin: 0;
    cursor: pointer;
}

.footer-link {
    font-size: 1em;
    text-decoration: none;
    color: inherit;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-group>a:not(:first-child) {
    margin-left: 0.3rem;
}