Body{
  text-align: center;
  font-family: 'Beth Ellen', cursive;
  background: #c7dafa;
}
a{
  border-style: solid;
  border-width: medium;
  border-color: #3030f0;
  border-radius: 12px;
  padding: 10px;
  text-decoration: none;
  background-color: #d1e2ff;
  color: #3030f0;
  
}
h1{
  color: #89b4ff;
  text-align: center;
}
p{
  color: blue;
  font-family:cursive;
}
h2{
  color: #0000ff;
}
h3{
  color: #0808cc;
  text-align: left;
}
