@import url('normalize.css');
@import url('http://fonts.googleapis.com/css?family=Ubuntu%7CChewy%7CBangers&amp;effect=shadow-multiple');

body {
	background-color:#E6E6FA;
	color:#21610B;
	font-family: 'Ubuntu', sans-serif;
	font-size:14pt;
	padding-bottom:25px;
}
h1{
	text-align: center;
	font-family: 'Chewy', cursive;
	font-size:35pt;
}
aside{
	text-align: center;
}
main{
	text-align:center;
}
h2{
	text-align: center;
	font-family: 'Chewy', cursive;
	font-size:25pt;
}
.bottom-bar {
	bottom: 0;
	left: 5%;
	position: fixed;
	right: 5%;
	text-align: center;
	background-color: #00009D;
	color: white;
	padding: 10px 10px;
	text-decoration: none;
	border-radius: 4px 4px 0px 0px;
	font-family: 'Bangers', cursive;
	letter-spacing: 1px;
	font-size:12pt;
}