.nav{
	width: 100%;height: 60px;background-color: #111827;display: flex;position: fixed;justify-content:space-between;color: white;font-size: 18px;
}
.nav>img{
	width: 50px;height: 50px;margin: 5px;background-color: white;margin-left: 20px;border-radius: 5px;
}
.nav>img:hover{
	cursor: pointer;
	background: #eee;
}
.nav>div{
	line-height: 60px;min-width: 100px;margin-right: 20px;font-family: Arial;
}
.nav>div>span:hover{
	cursor: pointer;
	color: #00a52f;
}
.navname{color: #fff;text-decoration: underline;}
.navname:hover{
	cursor: pointer;
	color: #00a52f;
}