@charset "UTF-8";

body {
  background-color: black;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

#header {
	color: #FFFFFF;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: x-large;
}
#mchw {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#blurb {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: large;
	width: 60%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

a:link {
  color: #3234d2;
  text-decoration: none;
}

a:hover {
  color: purple;
  text-decoration: underline;
}
