@font-face {
  font-family: "Offside";
  src: url("fonts/offside.woff2") format("woff2"),
       url("fonts/offside.woff") format("woff"),
       url("fonts/offside.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("fonts/nunito.woff2") format("woff2"),
       url("fonts/nunito.woff") format("woff"),
       url("fonts/nunito.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  align-items: center;
  background: #0a090c;
  color: #f0edee;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", serif;
}

h1 {
  font-family: "Offside", fantasy;
}

a {
  color: #90ddf0;
  text-decoration: none;
}

a:hover {
  color: #2c666e;
}

.legal {
  @media (min-width: 641px) {
    margin: 0 25%;
  }
  text-align: justify;
}

footer {
  color: #07393c;
}
