body {
	font-family: 'Roboto Mono', monospace;
	font-weight: normal;
	max-width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFD2BC;
}

h1 {
	font-weight: normal;
}

.bigcontain {
	position: relative;
	max-width: 85%;
	padding-left: 10%;
}

.containmain {
	position: absolute;
}

main img {
	max-width: 100%;
}

main {
	position: relative;
	display: inline-block;
}

main .two {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

main:hover .two {
	display: inline;
}

footer {
	position: fixed;
	bottom: 0;
	left: 50%;
}

header {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	padding: 0;
	margin: 0;
	color: blue;
	background: #83FB3F;
}

h1 {
	font-size: 1.2em;
}

p {
	font-size: 1.2em;
}

header a {
	text-decoration: none;
}

header a:hover {
	font-style: italic;
}

header a:visited {
	color: blue;
}

.writing-blurb {
	position: fixed;
	top: 40%;
	z-index: 100;
	color: blue;
	padding: 0 20% 0 10%;
}

.writing-blurb p:hover {
	transform: skewY(10deg);
	background: #83FB3F;
	border: blue 5px solid;
}

