body{
	background-color: darkolivegreen;
	font-family: sans-serif;
}

.menu{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	font-size: 40px;
}

a{
	color: lightgrey;
}

a:hover{
	color: deeppink;
}