html{
    background-image: url("../images/the-last-of-us-1-modifiee-3.png");
}

body{
    color: white;
    font-family: "Avara";
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}





@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;
}