body 
{
	background-image: url("kuva2.png");
	background-repeat: round;
	
	margin-left: 300px;
	margin-right: 300x;
	
	padding: 0px;
}
h5
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	padding: 1px;
	font-size: 20;
}
p 
{
	color: white;
	font-family: Arial;
	font-size: 15;
}
pre 
{
	color: white;
	
	font-family: Arial;
	font-size: 15;
	
}
form
{
	color: white;
}
.yläpalkki {
	background-image: linear-gradient(to bottom,#16f20f, #b6e356, #c1eb09);
	overflow: hidden;
	display: flex;
	border-bottom-style: ridge;
	border-top-style: ridge;
	border-color: white;
}
.yläpalkki a {
	float: left;
	color: #0aa607;
	text-align: center;
	padding: 16px;
	text-decoration: none;
	font-size: 17px;
}
.yläpalkki a:hover {
	background-color: #b7ff1c;
	height: 1.6rem;
	color: #89c726;
	text-decoration: none;
	filter: grayscale (100%) opacity (0.7);
	transfrom:perspective(n);
}
.yläpalkki a.active {
	background-image: linear-gradient(to bottom,#16f20f, #b6e356, #c1eb09);
	background: opacity (60%);
	color: #0aa607;
}