@charset "utf-8";

#label ul {
	position:absolute;
	top:10%;
	left:32%;
	color:white;
	list-style: none;
	font-size: large;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	letter-spacing:0.1em;
	z-index:2;
}

#label li {
	background:black;
	margin-bottom:0.3em;
	padding-left:0.5em;
	line-height:1.5em;
	width:100%;
}

#label h1 {
	color:#1ed22a;
	font-size:large;
	margin:0;
	
}

#label li a{
	color:#1ed22a;
}

#label a:hover{
	color:white;
}

#label .new {
	width:20%;
}

