body {
  margin: 0;
  background-color: yellow;
}

.premiereLigne {
  height: 100vh;           
  display: flex;           
  justify-content: center;   
  align-items: center;       
  font-size: 2rem;
  text-align: center;
}
