@import url('https://fonts.googleapis.com/css2?family=Comic+Relief:wght@400;700&display=swap');

body {
    font-family: "Comic-Relief", sans-serif;
	font-weight: 700;
	font-style: normal;
	background: url(etusivu-tausta.png);
	background-size: 30%;
	text-align: center;
}

h1 {
	font-family: "Salsa", cursive;
	font-weight: 800;
	font-style: normal;
	font-size: 300%;
	text-align: center;
	color: #27810c;
}

a {
	color: #75b127;
}

a:hover {
	text-decoration: none;
}

.container {
	background-color: #fff;
	margin-top: 230px;
	padding: 20px;
	margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

iframe {
	max-width: 100%;
	margin-top: 30px;
	border: 5px solid #cacaca;
}