
style.css
body {
	margin: 0;
	text-transform: none;
	text-align: center;
}

#cover-image {
	display: block;
	margin-right: 0 auto;
	margin-left: 0 auto;
	margin: 0 auto;
	text-align: center;
}
#page-corner {
	width: 5em;
	height: 5em;
	background: none;
	z-index: 1;
	position: absolute;
	top: 1230px;
	left: 1880px;
}
#link {
	display: block;
	position: absolute;
	bottom: 30px;
	z-index: 2;
	font-size: 30px;
	text-decoration: none;
	color: white;
}
#link:visited {
	color: white;
}
