div {
  padding: 20px;
  max-width: 800px;
  text-align: justify;
  margin: auto;
  line-height: 1.6;
  background-color: #E4DFDC;
  margin-top: 40px;
  border-radius: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

div img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

div p {
  margin-bottom: 20px;
}