html {
	overflow-y: scroll;
	height: 100%;
	background-image: url('background/bg-01.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	font-family:		Arial;	
	max-width: 			1000px;
	margin: auto;
	height: 100%;

}


.item{
	
}

.title{
	color: #f3e6d0;
	font-size: 50px;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: bold;
	text-shadow: 2px 2px 4px #000000;
}

.flavor{	
	color: #ad835a;
	font-size: 30px;
	font-style: italic;
	margin-left: 50px;
	margin-top: 10px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	text-shadow: 2px 2px 4px #000000;
	
	
}

.content {
	width: 600px ;
	font-size:		13px;
	padding:		40px;
	padding-right: 35px;
	padding-bottom: 50px;
	color:			#afafaf ;  /* vanha vaalea #DCEBDD  */
	letter-spacing:	0.1px;	
	margin-top: 	150px;
	position: absolute;
	background: rgba(0,0,0,0.75);
}


.changelog {
	font-style: italic;
	font-size:		15px;
}

.alablokki {
	color: #8D9196;
	font-size: 11px;
	background-color: #0d0d0d;
	width: 24px;
	margin: auto;
	padding: 3px;
}

.italix {
	font-style: italic;
}
