html, body {
	margin:0;
	height: 100%;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
}

#wrapper {
	width:60%;
	height:100%;
	margin:0 auto;
	background-color:none;
}

#content {
	width:100%;
	background-color:none;
}

h1 {
	font-family:"Magic R", dubai, garamond;
	font-size:32px;
	color:#333355;
	text-align:center;
}

p {
	font-family:dubai, garamond, arial;
	font-size:20px;
	text-align:justify;
	text-justify:inter-word;
}

a {
	font-family:dubai, garamond, arial;
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	background-color:#cfcc3e;
	width:15%;
	height:25px;
	text-align:center;
	padding:5px 0 0 0;
	border-radius:5px;
}

a:link, a:visited {
	text-decoration:none;
	color:#0f5d75;
	background-color:#0f2a75;
}

a:active, a:hover {
	text-decoration:underline;
	color:#0f2a75;
	background-color:#0f5d75;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
//canvas positioning in CSS source: https://codepen.io/badcat/pen/qBEdpxM