body {
  background-color: #f0f0f2;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
  width: 65%;
  margin: 5em auto;
  padding: 50px;
  background-color: #fff;
  border-radius: 1em;
}
h1,
h2,
h3,
h4,
h5 {
  background-color: rgb(150, 195, 182);
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

p {
  text-indent: 70px;
}
