body {
  background: #c2e7ec;
}
p {
  color: #3649aa;
  text-align: center;
  font-size: 20px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #00526a;

}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #26404e;
}
h3 {font-weight: bold;
  text-align: center;
  font-size: 32px;
  color: #2c490d;}

img {
  display: block;
  margin: auto;
  width: 50%;
}
img {
  border-radius: 50%; 
  border: 10px solid #ddd;
  border-radius: 100px;
  padding: 9px;
  width: 150px;
  border-color: cornflowerblue
}

