.footer {
  background-color: #002164;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}
.footer p {
  font-size: 14px;
  color: #fff;
}
.footer-social img {
  width: 20px;
  height: 20px;
  margin: 0 3px;
}
.footer-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer-container p, .footer-contact a {
  font-size: 14px;
  margin: 0;
}
.footer-contact {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
.footer a, .footer a:hover{
  color: #00ffff !important;
}