footer {
  font-family: Martian Mono;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: var(--mainColor);
  color: #eeeeee;
  font-size: 1rem;
  margin-top: 2vh;
  height: 20vh;
}

.footer,
.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer {
  flex-direction: column;
}

.socials {
  gap: 1.5vw;
  flex-direction: row;
  font-size: 36px;
  margin: auto 0;
  align-items: flex-end;
}
.socials {
  text-decoration: none;
}

.copyright {
  margin-bottom: 1vh;
  position: absolute;
  bottom: 0;
}

footer > .footer > .socials > h1 {
  font-weight: 700;
  font-size: 3rem;
}
