body{
  background-color: #c4fffe;
  text-align: center;
}
h1{
  text-shadow: pink;
  color: lightpink;
  text-align: center;
  text-shadow: -2px 2px black;
}
a {
  border-style: solid;
  border-color: darkblue;
  border-radius: 12px;
  padding:inherit;
  text-decoration: none;
  background-color: #4ddafa;
  color: #aa65eb;
  padding: 9px}

h2 {
    text-shadow: pink;
    color: lightpink;
    text-align: center;
    text-shadow: -2px 2px black;
  }
img {
  width: 400px;
}
