body {
  background-color: #fcfcfc;
}
h1 {
  color: #32302f;
  font-size:clamp(2.5rem, 4.14vw + 1.69rem, 5.25rem);
  font-weight:400;
  letter-spacing:0.01em;
  font-family:tiempos-headline,Lucida,Georgia,serif;
  line-height:116%
}
p{
  color: #32302f;
  font-size: 30px;
  font-weight:400;
  letter-spacing:0.01em;
  font-family:tiempos-headline,Lucida,Georgia,serif;
  line-height:116%
}
.texte{
  position: fixed;
  top: 20%;
  width: 100%;
  text-align: center;
}