body{
  background:  url("images/LongwoodGarden.jpg")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

.center {
    position:  absolute;
    padding: 30px;
    padding-left: 80px;
    padding-right: 125px;
    padding-top: 35px;
  }

p {
  font-family: Papyrus, fantasy;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 1000;
	line-height: 20px;
  text-align: center;
  color:  #f0e68c;
  mix-blend-mode:   normal;

  }

.title {
  font-family: Papyrus, fantasy;
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 3000;
	line-height: 50px;
  text-align: center;
  color: #f0e68c;
  mix-blend-mode: normal;
}

.copy {
    font-family: Papyrus, fantasy;
  	font-size: 18px;
  	font-style: normal;
  	font-variant: normal;
  	font-weight: 590;
  	line-height: 50px;
    text-align: center;
    color:  #f0e68c;
    mix-blend-mode: normal;

    }

    .textColor{
      font-size: 20px;
      font-style: italic;
      font-weight: bolder;
    }

    a {
      font-size: 50px;
    }

    a:link{
      text-decoration:none;
      color: #0000;
      }

    a:hover{
      text-decoration:underline;
      color: #ff661a;
    }
