
body {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	font-family: Source Sans Pro, arial, sans-serif;
	font-size: 16px;
}
h2 {
	font-family: Playfair Display, Georgia, serif;
	font-size: 36px;
	font-weight: normal;
}
a {
	color: #ffffff;
	text-decoration: none;
}
.title {
	font-family: Playfair Display, Georgia, serif;
	font-size: 64px;
}
.subtitle {
	font-family: Playfair Display, Georgia, serif;
	font-size: 36px;
}
.mop {
	color: #ffffff;
	padding: 12px;
	display: inline-block;
	font-family: Source Sans Pro, arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.084em;
	background-color: #ff9f1c;
}
.moption {
	color: #ffffff;
	padding: 12px;
	display: inline-block;
	font-family: Source Sans Pro, arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.084em;
	background-color: #000000;
}
.moption:hover {
	background-color: #ff12c8;
}
