nav{
	background: #bcdbdb;
	border: 3px solid;
	margin: 10px;
	padding: 5px;
	width: 650px;

}

li{
	list-style: none;
	display: inline-block;
	width: 100px;

	text-align: center;
	
}

a{
	text-decoration: none;
	color: black;
	border: 1.5px solid;
	margin: 10px;
	padding: 7px;
}

a:hover{
	background: #d1f4f4;
	box-shadow: 5px 5px 12px #1b1610;
}

a:active{
	background: #bcdbdb;
	box-shadow: 1px 1px 12px #1b1610;
}