body {
  background: #15a5f8;
}
p {
  color: #1012ed;
  font-size: 20px;
  text-align: center;


}
h1 {
  font-weight: bold;
  color: #1012ed;
  font-size: 32px;
  text-align: center;
}
h2 {
  font-weight: bold;
  color: maroon;
  font-size: 32px;
  text-align: center;
}
img {
  display: block;
  margin: auto;
}