body {
	margin: 20px 50px;
	background-color: white;
}

h1, h3, img, .reel {
	margin: 0px auto;
	text-align: center;
	font-family: 'Verdana', sans-serif;
}

img {
	display: block;
	width: 100px;
}

h1 {
	font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
}

h1, h3, a {
	color: #3e72c4;
}

h3 {
	font-weight: 100;
	font-size: 26px;
}

.reel {
	margin: 30px 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}