body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background-image: url(https://64.media.tumblr.com/15c18eb6be02e6b62601f109f677b598/47d032ea233c8d6b-19/s100x200/fd65edf5a03d67e051bbad76621fc4c24ae8dfd8.gif);
	font-size: 12px;
	font-family:'FranklinGothic Medium', 'Arial Narrow', Arial, sans-serif
}



.page {
	padding: 12px;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}


a {
	color: rgb(0, 107, 165);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hero {
	width: 400px;
	position: absolute;
	top: 240px;
	left: 30px;
	z-index: 3;
}


.sworddots {
	position: fixed;
	left: 1085px;
	bottom: -80px;
	z-index: 0;
}

.monkeyheart {
	position: fixed;
	left: 432px;
	top: 134px;
	z-index: 2;
}

.bowgif {
	position: fixed;
	left: 1660px;
	width: 50px;
	bottom: 390px;

}

.title2 {
position:absolute;
letter-spacing: -2px;
bottom: 400px;
left: 1240px;
font-size: 26px;
font-weight: bold;
color:rgb(254, 182, 185) 
}

.shrines {
	position: absolute;
	left: 1258px;
	bottom: 160px;
	display: inline-block;
	width: 50px;
	padding: 3px;
	z-index: 3;
}

button {
	color: rgb(4, 6, 7);
	font-size: 12px;
	background: rgb(254, 182, 185);
	margin-top: 10px;
	padding: 2px;
	border-radius: 2px;
	border-color: rgb(248, 192, 235);
}


iframe {
	border: 3px double #000;
}

.content {
	height: 350px;
	width: 550px;
	position: absolute;
	top: 180px;
	left: 300px;
}

.menu a {
	padding: 1px;
	display: inline-block;
}

.menu {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 550px;
	left: 570px;
	font-weight: bold;
	font-size: 16px;
}

.blinkies {
	border: 3px double #000;
	width: 250px;
	height: 100px;
	position: absolute;
	top: 550px;
	left: 300px;
	overflow: auto;
}


.title {
	color: rgb(0, 107, 165);
	font-size: 36px;
	letter-spacing: -3px;
	position: absolute;
	top: 145px;
	left: 300px;
	font-weight: bolder;
	z-index: 1;
}


h1, h2, h3, h4 {
	font-size: 12px;
	text-transform: all;
	letter-spacing: 0.5px;
}

h1 {
	background: rgba(255, 209, 244, 0.671);
	border-top: 2px solid rgba(154, 204, 201, 0.747);
	border-bottom: 2px solid rgb(154, 204, 201, 0.747);
	padding-left: 4px;
}

h2 {
	border-left: 2px solid rgb(255, 209, 244);
	padding-left: 4px;
}