

body{
	color:red;
	background-color: black;
	font-size:18px;
	font-family:;
	margin: 50px 100px;
}


.container{
	text-align: center;
	justify-content:center;
	margin:auto;

}

h1{
	background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%, #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
font-family: 'Playfair Display', serif;
    position: relative;
	text-transform: uppercase;	
	font-size: 25px;
	line-height: 80px;
	
	
	
}

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

li{
	text-align: center;
}

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

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

a:active{
	color:blue;
}



/* kommentti*/
// kommentti yhdelle riville
