body {
  background-color: white;
  padding: 100px 0;
  text-align: center;
  font-family: pompiere_regular, sans-serif;
  max-width: 675px;
  margin: 0 auto;
  font-size: 20px;
}

h1 {
  font-size: 35px;
  margin-bottom: 8px;
  font-weight: normal;
}

h2 {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: normal;
}

a {
  color: #555;
  font-weight: bold;
}

.three img {
  text-align: center;
}

.three img {
  width: 30%;
  margin: 0 1%;
}

.two img {
  text-align: center;
}

.two img {
  width: 45%;
  margin: 0 2%;
}

.one img {
  text-align: center;
}

.one img {
  max-height: 230px;
  max-width: 90%;
}

hr {
  margin: 30px auto 20px;
  width: 200px;
  max-width: 100%;
}