body {
  background-color: #f69a9a;
}
p {
  color: black;
  text-align: center;
}
h1 {
  font-weight: bold;
  text-align: center;
}
h2 {
  text-align: center;
}
h3{
  text-align: center;
}
h4{
  text-align: center;
}
img{
  border-style: double;
  border-radius: 10px;
  border-color: black;
  border-width: 10px;
  display: block;
  margin: auto;
  width: 50%;
}