body {
  background: #00edff;
}
p {
  color: black;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
h2{
  font-size: 32;
  color: black;
  text-align: center;
}
h3{
  font-size: 27;
  text-align: center;
}
h4{
  font-size: 19px;
  text-align: center
}
img {
  display: block;
  margin: auto;
  width: 50%;
}