body {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
}
h1 {
  font-size: 2.0em;
}
h1, h2, h3 {
  font-family: 'Mooli', sans-serif;
  margin-top: 10px;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  gap: 10px;
  margin-top: 60px;
}
.imgTop {
  width: 100%;
  max-width: 600px
}
.imgHeaders {
  width: 100%;
  max-width: 300px;

}
.imgBottom {
  width: 30%;
  max-width: 200px;
}