body {
	background-color:#000000;
}

p {
	color:floralwhite;
	font-size:1.1em;
	text-align:center;
	font-weight:bold;
	font-style:serif;
	margin:15px;
}


div.center {
	margin:auto;
	position:fixed;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	text-align:center;
	width:600px;
	padding:5px;
	padding-bottom:20px;
}

div.center img {
	max-width:65%;
	height:auto;
}

strong {
	line-height:1.6em;
}

/* Links */

a {
	color:floralwhite;
	text-decoration:none;
}

a:visited {
	color:floralwhite;
	text-decoration:none;
}

a:hover {
	color:tomato;
	text-decoration:none;
}

a:active {
	color:floralwhite;
	text-decoration:none;
}
