.footer-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-link {
  transition: 1s;
}
.footer-link:hover {
  background-color: rgb(80, 80, 80);
}

.footer-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.social-container {
  margin-bottom: 40px;
  text-decoration: none;
}
.social-container a {
  color: white;
  transition: 1s;
}
.social-container a:hover {
  color: rgb(80, 80, 80);
}

.social-icon {
  font-size: 24px;
  margin-left: 1rem;
  margin-left: 1rem;
}/*# sourceMappingURL=footer.css.map */