.footer-nav-link,
.footer-description {
    text-decoration: none;
    color: #aaa7a7 !important;
}

.footer-nav-link:hover {
    color: white !important;
}

@media only screen and (max-width: 800px) {
    .social-media-container {
        justify-content: center;
    }
}

.social-media-container svg{
    height: 25px;
    fill: white;
}