body {
  background: #00d3ff;
}
p {
  color: black;
  text-align: center;
  font-size: 20px
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size:36px 
}
h2{
  color: black;
  text-align: center;
  font-size:32px
}
img {
  display: block;
  margin: auto;
  width: 50%;
  border-radius: 8px;
}
