.footer {
  background-color: #2f2f2f;
  height: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.4rem;
  color: #ffffff;
  font-size: 0.2rem;
}

.footer a {
  color: #ffffff;
  font-size: 0.25rem;
}
