/*footer styling */
.footer-links {
  color:var(--dark-grey-color) !important;
  font-size: 16px;
}

.footer-links:hover {
  color:var(--light-grey-color) !important;
  text-decoration: underline !important;
}