@font-face {
    font-family: Teksti;
    src: url(Dongle/Dongle-Regular.ttf);
}
@font-face {
    font-family: Teksti;
    src: url(Dongle/Dongle-Bold.ttf);
    font-weight: bold;
}
body {
    font-family: Teksti, serif;
    background-color: #8EC4E6;
    line-height: 0.9;
    font-size: 29px;
}
h1, h2 {
    color: #78A6C2;
}
.kaikki {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 50px;
}
.palstat {
    columns: 2 100px;
}
.palstat p {
    break-inside: avoid;
}
.palstat h2:first-child {
    margin-top: 0px;
}
.palstat h2 {
    break-after: avoid;
    margin-top: 60px;
}
h2 {
    font-size: 200%;
    font-weight: normal;
    margin-top: 60px;
    margin-bottom: -20px;
    line-height: 0.7;
}
