@import url("https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@288&display=swap");

* {
  font-family: "Lexend Giga", sans-serif;
  font-weight: 300;

  margin: 0;
  padding: 0;

  text-align: center;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
