body {
	margin: 0;
	padding: 0;
	font-family: helvetica;
}

a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	text-shadow:0px 0px 10px #13bf00;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#middle {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}