@font-face {
    font-family: "Hieno_teksti";
    src: url(Nunito-Regular.ttf)  
}
@font-face {
    font-family: "Otsikko";
    src: url(Courgette-Regular.ttf)
}
body {
    background-color: #eae3c3;
    font-family: Hieno_teksti, sans-serif;
}
h1 {
 font-family: Otsikko, sans-serif;
}
header {
	background-image: url(T3Cateringkokki.jpg);
    background-color: rgb(255, 255, 255);
	height: 363px;
    background-position: bottom;
    background-size: cover;
    background-position: right bottom;
   padding: 30px;
   
}
.koriste {
	width: 200px;
	height: auto;
	float: right;

}
.container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e5e7e5;
    padding: 30px;
}
table {
    border-collapse: collapse;
    margin-bottom: 2em;
    border: 2px solid #222;
    width: 100%;
}

th {
    text-align: left;
    background-color: #649955;

}
td, th {
    border: 1px solid #aaa;
padding: 0.2em 0.4em;
}
td {
    vertical-align: top;
}
table p, table ul {
    margin-top: 0;
    margin-bottom: 0;
}
caption {
    font-style: italic;
}
.himmee {
    color: #aaa;
}
.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
background-color: #fff;
padding: 40px;
}

.palstat {
    columns: 2 100px;
   

}
.palstat h2 {
    break-after: avoid;
}
.palstat p {
    break-inside: avoid;
}

.kakku {
	width: 150px;
	height: auto;
	float: right;
}