/*
	Author: Padriac Mead
	Date: May 2019
	Purpose: rule sets/formatting
*/
html{
	/*
	This is very similar to my other css file, only this one required a lot less time and formatting.
	I wanted the last (2) pages to reflect the ending of the story; so we went monochrome!
	Again, this is more or less the same as the other css file.
	*/
	height: 100%;
}
body { 
	background-color: black;
}

h1{
	color:white;
     text-align:left, top;
     padding-top: 50px;
}
h2{
	color:white;
	text-align: left, top;
	padding-top: 100px;
}
.image1{
	width: 375px;
	height: 506px;
	position: absolute;
	left: 775px;
	top: 300px;
}
.exit{
	color: white;
	font-size: 100px;
	position: absolute;
	top: 400px;
	left: 680px;
}
button{
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	font-family: Arial, Veranda, sans-serif;
	font-size: 20px;
	color:white;
}