
h1.paikka	{
	text-decoration: overline;
	color: #D15A20;
}
h1.lauantai {
	color: #D15A20;
}

body {
	font-family: Georgia;
	font-size: 20px
	
}

div.sisalto {
	width: 100%;
	text-align: center;
}

footer {
	padding: 50px;
	background-color:
}


.logot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px; /* 👈 tämä tekee välin kuvien väliin */
}


.logot img {
  height: 80px;     
  width: auto;
  object-fit: contain;
}
