
body {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;

	margin: 0;
	padding: 0;

	font-family: 'Open Sans', sans-serif;
}



main {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 0 auto;
}

nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff5252;
}
