@import url("main.css");
@import url("fonts.css");
@import url("fa-all.min.css");

footer {
  color: white;
  background: rgb(14, 14, 14) !important;
}

footer strong {
  color: turquoise;
}

footer a {
  color: turquoise;
}