body {
  background: #c5e3f8;
}
p {
  color: #09c7c7;
  font-size: 20px;
  text-align: center; 
}
h1 {
  font-weight: bold; color: #005cfd;
  font-size: 36px;
  text-align: center;
}
h3 {
  font-weight: bold; color: black;
  font-size: 32px;
  text-align: center;}


img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}