* {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
}
body {
	background: #ffffff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}
	
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
	img {
	height: 100vmin;
	width: 100vmin;
	left: 50%;
	margin-left: -50vmin;
	margin-top: -50vmin;
	position: absolute;
	top: 50%;}

.bottom {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 10px;
}

.content {
	padding: 6%;
	font-size: 80%;
}

.content p{
	margin-bottom: 10px;
}

.content h2{
	margin-bottom: 5px;
	margin-top: 20px;
}

.content h1{
	margin-bottom: 20px;
}