.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	background-color: #D0F0D0;
	overflow-x: hidden;
	transition:  0.5s;
	padding-top: 25px;
	margin-top: 66px;
}

.sidenav a {
	font-family: 'Roboto', sans-serif;
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: black;
	display: block;
	transition: 0.3s;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

#main {
	transition: margin-left .5s;
	padding: 16px;
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s;
	margin-Left: 250px;
	background-color: white;
	margin-top: 64px;
	min-height: 700px;
	padding-top: 3px;
	padding-bottom: 3px; 
	text-align: right;
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)} 
	to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
	from {transform: scale(0)} 
	to {transform: scale(1)}
}
