body {
  background: url("images/BlueJay.jpg") no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
h1 {
  font-family: Papyrus, fantasy;
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
  text-align: center;
  color: #fffffe;
  text-shadow: 5px 5px 6px #000000;
}

a{
  color: #fffffe;
  font-family: Papyrus, fantasy;
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 5px;
  text-shadow: 4px 4px 5px #000000;
}

.copy{
  color: #fffffe;
  font-family: Papyrus, fantasy;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 5px;
  text-shadow: 4px 4px 5px #000000;
}
