
.nav{
	width: 350px;
	height: auto;
	position: fixed;
}
.nav a{
	text-decoration: none;
	font-size: 28px;
	font-family: Verdana;
	font-weight: bold;
	height: 95px;
	margin: 30px 0;
	float: left;
	display: inline-block;
	background-color: white;
	color: black;
	line-height: 50px;
	text-align: center; 
	transition: 300ms; 
	border-radius: 30px;
}

a.active, .nav a:hover{
	background-color: #C0C0C0;
	color: black;
	width: 100%;
}
.a{
	width: 95%;
}
.b{
	width: 95%;
}
.c{
	width: 95%;
}
.d{
	width: 95%;
}
.e{
	width: 95%;
}
.f{
	width: 95%;
}
.bars{
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 10px;
	padding: 0 20px;
}
.bars .bar p {
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.bars .bar p {
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.bars .barss p {
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.bars .barsss p {
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.bars .barssss p {
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.bars .barsssss p {
	font-weight: bold;
	font-size: 18px;
	color: white;
}
.bar span{
	display: block;
	width: 50%;
	height: 10px;
	background-color: black; 
	margin-top: 10px;
	border-radius: 15px;
}
.barss span{
	display: block;
	width: 45%;
	height: 10px;
	background-color: black; 
	margin-top: 10px;
	border-radius: 15px;
}
.barsss span{
	display: block;
	width: 20%;
	height: 10px;
	background-color: black; 
	margin-top: 10px;
	border-radius: 15px;
}
.barssss span{
	display: block;
	width: 25%;
	height: 10px;
	background-color: black; 
	margin-top: 10px;
	border-radius: 15px;
}
.barsssss span{
	display: block;
	width: 20%;
	height: 10px;
	background-color: black; 
	margin-top: 10px;
	border-radius: 15px;
}
