.nav{
	width:75px;
	background-color:white;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	margin-top:65px;
	z-index:200;
}
.sidebar-icon{
	cursor:pointer;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:74px;
	
}
.youtube-logo{
	margin-bottom:8px;
}
.sidebar-icon:hover{
	background-color:rgb(245,245,245);
}
.sidebar-name{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	font-family:Arial;
	font-size:11px;
}