body {
	color:red;
	background-color: black;
	font-size: 18px;
}

.container{
	text-align: center;
	justify-content: center;
	line-height: 30px;
}

.center{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 50%;
}

ul{
	list-style: none;
	justify-content: center;
	margin-left: -27px;
}

li{
	text-align: center;
	list-style-type: none;
	text-decoration: none;

}	

a{
	color:purple;
	font-family:'Arial';
	font-size:;
	text-decoration: none;
	line-height: 50px;

	
}

a:hover{
	color:black;
	background-color: white;
}

a:active{
	color:blue;
}
/* kommentti*/
// kommentti yhdelle riville
