html {
  background-color:#171D1C;
}
@font-face {
  font-family: Roboto;
  src: url(Roboto-VariableFont_wdth,wght.ttf) format("truetype");
}
@font-face {
  font-family: BebasNeue;
  src: url(BebasNeue-Regular.ttf) format("truetype");
}
body {
  text-align:center;
  padding-right:1em;
  padding-left:1em;
}
p {
  font-family:Roboto;
  color:#FBFCFF;
  font-size:1.2em;
}
h1 {
  color:#BB0A21;
  font-weight:bold;
  font-family:BebasNeue;
  font-size:2.6em;
}
h2 {
  margin-top:2em;
  color:#6E7271;
  font-family:BebasNeue;
  font-size:2.5em;
}
footer {
  margin-top:2em;
  font-style:italic;
  font-size:1em;
  margin-bottom:2em;
  font-family:Roboto;
  color:#FBFCFF;
}
#imageprincipale {
  max-width:100%;
  height:auto;
}
#introduction {
font-style:italic;
}
a {
text-decoration:underline;
color:#BB0A21;
font-dec
}
