#heading {
	position: absolute;
	bottom: 62px;
	right: 200px;
	z-index: 1;
}
#billy {
	position: absolute;
	bottom: 100px;
	right: 355px;
}
#storyButton {
	position: absolute;
	padding: 9px;
	border-radius: 40px;
	bottom: 35px;
	right: 520px;
	font-size: 30px;
	color: #000;
	text-shadow: 0px 0px 3px #000;
  	background-color: white;
	cursor: pointer;
	z-index: 2;
}
#storyBox {
	display: none;
	position: absolute;
	margin: auto;
	padding: 20px;
	border-radius: 40px;
	width: 600px;
	height: 410px;
	top: 50px;
	left: 50px;
	bottom: 50px;
	right: 50px;
	background-color: rgba(0,0,0,0.87);
	color: #fff;
	font-size: 18px;
	z-index: 3;
}
#storyBox h2 {
	text-align: center;
}
#closeBox {
	position: absolute;
  	top: 0;
  	left: 0;
  	border-radius: 12px;
  	width: 25px;
  	height: 25px;
  	text-align: center;
  	color: black;
  	background-color: #fff;
  	cursor: pointer;
  	z-index: 4;
}
#closeBox:hover {
	background-color: #A4C639;
	color: #fff;
}
#startButton {
	position: absolute;
	padding: 9px;
	border-radius: 40px;
	bottom: 35px;
	right: 280px;
	font-size: 30px;
	color: #000;
	text-shadow: 0px 0px 3px #000;
  	background-color: #fff;
	cursor: pointer;
	z-index: 2;
}