body {
	background-color: #E6E6FA;
	color: #21610B;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14pt;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
}

h1 {
	font-family: 'Chewy', cursive;
	font-size: 35pt;
}

h2 {
	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;
}