/* Style for Garden */

body {
     background:url(leaf.jpg);
     background-size: cover;
     text-shadow: 2px 2px black;
     color: yellow;
}
a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

