@charset "utf-8";
body {
  font-family: "consolas", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
 background-color: #8082e9;
}

header {
	background-color: #ffb4f5;
	height: 363px;
	background-image: url(blue-clouds-day.jpg)
}
.container {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ced2f8;

}
main {
	padding-left: 7%;
	padding-right: 7%;
	padding-top: 24px;
}

footer {
	margin-top: 48px;
	padding: 21px 7% 20px;

}

.oikealla {
	float: right;
	width: auto;
	height: 100px;
}

a:link {
  text-decoration: none;
  color: #a056fa;
}
a:visited {
  color: #705ef7;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: #78B6F0;
}