body {
  background: rgb(207, 228, 255);
}
p {
  color: black;
  text-align:center;
  font-size: 20px;

}
h1 {
  font-weight: bold;
  text-align:center;
  font-size:36px;
  color:darkblue;
}
h2 {
  font-weight: bold;
  text-align:center;
  font-size:32px;
  color:#000057;}
img {
  display: block;
  margin: auto;
  width: 50%;
}

img {
  border-radius: 10%;
}