footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
  background-color: #022855;
  color: white;
  font-size: 0.9rem;
}
.copy-right {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.footer-links-container {
  margin: 25px 0px;
  font-size: 0.6rem;
}
.footer-links-container a {
  margin: 25px;
}
