@font-face {
  font-family: "Interlope";
  src:
    url("interlope.woff2") format("woff2");
}

.jersey-25-regular {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
}



html {
background-color: #1D1F26;
color: #FFFBF9;
font-family: "Jersey 25";
font-size: 24px
}


.header {
  display: flex;
  margin: 50px;
    align-items: center;
    justify-content: space-evenly;
    position: relative

}

a {
  color: #D5F148;
  text-decoration: none;
  font-style: oblique;
}

li  { color: #D5F148;

}

h1 {
  
  font-size: 42px


}

h2 {
  
  font-size: 36px
  
}

h3 {
  
  font-size: 24px
  
}

h4{
  
  font-size: 24px
  
}
  


.HELLO {
display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px
}

.Explication {
display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px
}


.Introduction {
display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px
}
