body {
  background: #fff8e1;
  font-family: sans-serif;
  text-align: center;
  margin: 0;
  padding: 20px;
}

h1 {
  font-size: 26px;
  color: #ff6f00;
  margin-bottom: 20px;
}

img {
  width: 190px;
  border-radius: 10px;
  margin-bottom: 18px;
}

.section {
  background: #ffe0b2;
  margin: 16px auto;
  padding: 14px;
  max-width: 420px;
  border-radius: 10px;
}

h2 {
  font-size: 19px;
  color: #e65100;
}

p {
  font-size: 14px;
  color: #5d4037;
}
