body{
  background-color: #abf0e9;
  text-align: center;
}
h1{
  font-family: cursive;
  font-size: 4rem;
  color: #1f4068;
  font-weight: bold;
  margin: 15px;
}
h3{
  font-size: 2rem;
  color: #007892;
  font-family: cursive;
}
p{
  color: black;
  font-size: 1.5rem;
  font-family: cursive;
  padding: 1% 10%;
}
hr{
  border-radius: 50%;
  width: 50%;
  color: black;
  font-size: 10px;
}
.bottom{
  margin-bottom: 10%;
}
.pic{
  width: 30%;
  height: 30%;
  background-color: #abf0e9;
  border-radius: 65%;
}
