body {
	background-color: darkgrey;
}img.siile {
	width: 200px;
}.setsuuri {
	color: blue;
}.karhunpeppu {
	width: 560px;
	height: 315px;
	border: 0px;
}.header {
	width: 100%;
	height: 100px;
	border: 2px solid blue;
}.header img.logo {
	height: 90px;
}.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
	grid-gap: 15px 25px;
	width: 100%;
	justify-items: center;
}.grid .siilicontainer {
	border: 2px solid black;
	border-radius: 10px;
	background-color: lightgray;
	padding: 5px;
}.siilicontainer .title {
	font-weight: bold;
	display: flex;
	justify-content: center;
}