body {
  background: #2e92d5;
}
p {
  color: black;
  
  font-size: 20px;
  text-align: center;
}
h1 {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}

h2{
color: black;
  
  font-size: 28px;
  text-align: center;
}
img {
  border: 10px solid #999;
}

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