h1
{
  position:absolute;
  left:30%;
  top:90%;
}

  a:link
  {
    color: rgb(159, 191, 230);
    text-decoration: underline;
    font-size: 26px;
  }
  a:visited
  {
    color: rgb(159, 191, 230);
    text-decoration: underline;
    font-size: 26px;
  }
  a:hover
  {
    color: purple;
    text-decoration: underline;
    font-size: 26px;
  }

p
{
  color: rgb(28, 151, 199);
  font-size: 36px;
}

body
{
  background-image: url("../pictures/forest1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
