body {
	font-size: 16px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #1a1c1a;
	text-align: ;
	background-color: #999;
}
	
#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -999;
}
#background .stretch { width: 100%; height: 100%; }
	
a { color: #333; text-decoration: none; border-bottom: 1px dotted #888; }
a:hover { color: #277300; border-bottom: 1px dotted #ff53a2; }

p { 
	line-height: 25px;
	margin: 30px 0 30px 0;
	text-shadow: 1px 1px 0px #ffffff;
}

#content { 
	margin: 100px auto;
	padding: 40px;
	text-align: ;
	width: 75%;
	max-width: 500px;
	background: rgba(255,255,255,0.75);
	border-radius: 20px;
}

ul { text-align: left; line-height: 25px; }
ul li { text-shadow: 1px 1px 0px #ffffff; }

p.yhteystiedot { text-align: center; }