p, h3, h4, i {
	font-family:"Georgia";
}
h1 {
	font-family:georgia;
	text-align:center;
	color:#61554B;
}
h2 {
	font-family:"Georgia";
	text-align:center;
}
ul {
	margin-left: -20px;
}
li {
	font-family:georgia;
}
a{
	font-family:georgia;
	font-size:17px;
	text-decoration-line:none;
}
body {
	background-image: linear-gradient(to bottom, #008393, #29738f);
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.ydin {
	width:75%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#cec2b8;
	border-style:solid;
	border-color:#555555;
	overflow: auto;
}
.palikka-main {
	background-color:white;
	margin-bottom:10px;
	margin-right:2px;
	border-style:solid;
	border-color:#7f6f62;
	padding:10px 15px 10px 15px;
}
.logo {
	text-align:center;
}
.rinta {
	width:75%;
	float:left;
}
.kylki {
	display:flex;
	flex-direction:column;
	width:24.7%;
	float:right;
}
.palikka-side {
	background-color:white;
	margin-bottom:5px;
	margin-left:2px;
	border-style:solid;
	border-color:#7f6f62;
	padding:0px 10px 0px 10px;
}



/* Add a black background color to the top navigation bar */
.topnav {
	overflow:hidden;
	background-color:#ffffff;
	border-style:solid;
	border-color:#7f6f62;
	margin-bottom:10px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float:left;
  display:block;
  color:black;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-size:17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#f1e5d8;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav a.active {
  background-color: #008393;
  color: white;
}