* {
	text-align: center;
	font-family: Verdana;
}

.preheader {
	float: none;
	clear: both;
	border-radius: 50px;
	background-color: #1a001a;
	color: #ededed;
}

.header {
	float: none;
	clear: both;
	margin: 2%;
}

.content {
	float: none;
	clear: both;
	border-radius: 50px;
	height: 50%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #1a001a;
	color: #ededed;
}

.submenu {
color: #1a001a;
font-size: 14pt;
}

a {
	text-decoration: none;
	color: #cdabd6;
}

img {
	width: 500px;
	height: 500px;
}