body{
  background:#2e9fc5;
  text-align: center;
}
h1{
  color:lawngreen;
    text-align: center;
  text-shadow: green;
  text-shadow: -2px 2px black;
  font-family: fantasy;
  
}
a{
  border-style: solid;
  border-color: lime;
  border-radius: 12px;
  padding: inherit;
  text-decoration: none;
  background-color: limegreen;
  color: greenyellow;
  padding: 9px;
}
h3{
  color:#76dc12;
  text-align: center;
  text-shadow: -2px 2px darkgreen;
  
}
h2{
  color:lawngreen;
  text-align: center;
  text-shadow: green;
  text-shadow: -2px 2px black;
  font-family: fantasy;
}
img{
  width: 250px;
  border-width: 1px;
  border-color: skyblue;
  border-style: solid;
  border-radius: 25px;
}
h4{
  color:lightskyblue
}
p{
  color: lawngreen;
  font-family: fantasy;
}
