body {
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
}

h1 { 
	font-size: 3rem;
}

.container {
	max-width: 450px;
}

.header {
	padding: 20px 0;
}

.halbyg-doodle {
	width: 200px;
    height: auto;
    border: 5px solid white;
    border-radius: 100px;
    margin: 0px auto 30px;
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header h1 {
	text-align: center;
}

.info-text {
	font-size: 0.8rem;
}

.footer {
	border-top: 1px solid #999;
}