h5 {
    color: rgb(255, 255, 255);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:1em;

  }

h1 {
  color: white;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size:3em;
}

h3 {
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size:1.5em;
}

h2 {
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size:2em;
}

  p {
    color: rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:8px;
  }
  li {
    color: rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:1.5em;
  
}

body {
  background-color: #2c2d2b;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

 button,a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease all;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

button:hover {
  color:hsla(0, 0%, 100%, 0.267); 
  text-decoration:none; 
  cursor:pointer; 

}

.nom {
  position: absolute;
  left:20px

}

.button {
  background-color: #212121;
  border: none;
  color: white;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 2em;
  margin: 8px 8px;
  cursor: pointer;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  transition: 1s ease all;
}
.button4 {
  border-radius: 12px;
  transition: 1s ease all;
  justify-content: center;
  width: 400px;
  text-align: center;
}

.manette{
  position: absolute;
  bottom: 0;
  right: 0.3px;
  font-size: 1em;
}

a {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a:hover{
  color:hsla(0, 0%, 100%, 0.267); 
  transition: 0.5 ease all;
}