
h1
{
background-color: #7DA580;
  padding: 65px;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: 70px;
  margin-left: 70px;
  color: #813848;
}
#links
{
background-color: #7DA580;
  padding: 35px;
  margin-top: 70px;
  margin-bottom: 70px;
  margin-right: 90px;
  margin-left: 90px;
  color: #813848;
}

a:link {
  color: #813848;
  font-weight: Bolder;
  background-color: transparent;
  text-decoration: none;
  font-size: 20px;
}

a:visited {
  color: pink;
  font-weight: Bolder;
  background-color: transparent;
  text-decoration: none;
  font-size: 20px;
}

a:hover {
  color: red;
  font-weight: Bolder;
  background-color: transparent;
  text-decoration: underline;
  font-size: 20px;
}

body
{
   background-image: url("https://taiwahnsinnig.files.wordpress.com/2013/10/20131005-170653.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; 
  width: 100%;
}