body {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
  background-color: #111111;
  color:#ffffff;
  width:100%;
  text-align: center;
}
body h1{
  font-size:72px;
}
body p {
  font-family: sans-serif;
}

#content{
  width:90%;
  margin:0 auto;
}

#content img{
  width:50%;
  margin:10px;
}