.footer-icon {
    color: white;
    font-size: 3em;
}

.footer-icon:hover {
    color: rgb(214, 212, 212);
}

#footer a {
    color: white;
    text-decoration: none;
}

#footer a:hover {
    color: rgb(214, 212, 212);
}

h {
   font-family: 'Montserrat', sans-serif;
}

#footer ul {
  list-style: none;
}