body {
  background: #faf8f6;
  font-family: Georgia, serif;
  text-align: center;
  margin: 0;
  padding: 20px;
}

h1 {
  color: #e65100;
  font-size: 24px;
}

img {
  width: 339px;
  margin: 14px 0;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

img:hover {
  transform: scale(1.2);
}

.text-box {
  background: #ffe0b2;
  padding: 12px;
  margin: 16px auto;
  max-width: 400px;
  border-radius: 8px;
}

p {
  color: #4e342e;
  font-size: 16px;
  line-height: 1.4;
}
