h1 {
	color: green;
	font-size: 50px;
}
body {
	margin: 0;
	font-family: Leipis, calibri;
	background-image: url(taustakuva.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;	
}

img {
	max-width: 100%;
	height: auto;
	border: 2px solid #000000;	
}
.sisalto {
	max-width: 1000px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 60px;
}
@font-face {
	font-family: Leipis;
	src: url(Poppins/Poppins-Regular.ttf);
}
@font-face {
	font-family: Leipis;
	src: url(Poppins/Poppins-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: Leipis;
	src: url(Poppins/Poppins-Italic.ttf);
	font-style: italic;
}
.oikealla {
	float: right;
	margin-left: 20px;
}