
body {
  background: #97b8e2;
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 27px;
  color: black;
  text-align: center;
}
img {
  width: 50%;

  border-radius:15px;

  display: block;
  margin: auto;
  width: 50%;
}