body {
  background: #c79b9b;
}
p {
  color: black;
  text-align: center;
  font-size: 20px    
}
h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
h2{
  font-size: 32px;
  color: black;
  text-align: center;
}
img {
  display: block;
  margin: auto;
  width: 50%;
}
}
img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}img {
  border-radius: 8px;
}