body {
  font-family: Arial, sans-serif;
  background-color: #fef9f3;
  color: #333;
}

h1 {
  font-size: 36px;
  color: crimson;
  text-align: center;
}

.intro {
  font-size: 20px;
  color: darkgreen;
  font-style: italic;
}

.photo {
  width: 300px;
  border-radius: 20px;
  display: block;
  margin: 20px auto;
}