body {
  background: #a3e6ff;
}
p {
  color: #005163;
  text-align: center;
  font-size: 26px;
}
h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #00b6d9;
  
}
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  color: #4d9ea5;
}
h3 {font-weight: bold;
  text-align: center;
  font-size: 25px;
  color: #2b4265;}

img {
  display: block;
  margin: auto;
  width: 50%;
}

img {
  border-radius: 50%; 
  border: 10px solid #ddd;
  border-radius: 62px;
  padding: 9px;
  width: 150px;
  border-color:cadetblue
  
}

a {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  color: #000000;}
