/* CSS Document */

.top-blue {
	margin:0px;
	position:relative;
	left:0px;
	top:0px;
	right:0px;
	height:100px;
	background-color:darkblue;
}
h1 {
	font-family:Merriweather;
	font-weight:bold;
	font-size:36px;
	margin:10px;
}
body {
	background-color: #000;
	margin: 0px;
}