footer {
  flex-shrink: 0;

  height: 40px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  border-top: 1px solid #00000049;
}

footer div {
  /* display: flex;
  justify-content: center; */
  text-align: center;
}

footer a {
  text-decoration: none;
  color: #5eaed4;
}
