
body{
  height: 100vh;
  margin: 0;
  background-color: black;

  color: white;
  font-family: "Avara";
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;

  text-align: center;
}

p{
  max-width: 38em;
}

p a{
    text-decoration: none;
    color: rgb(153, 219, 172);
}




@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "Avara";
  src: url("fonts/avara/Avara-Black.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}