html{
    background-color: black;
}
h1{
    color: white;
    font-family: "Avara";
    font-size: 5rem;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 a{
    text-decoration: none;
    color: white;
}




@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;
}