@font-face {
    font-family: Teksti;
    src: url(fonts/sour-gummy/SourGummy-VariableFont_wdth\,wght.ttf );
}
body {
    font-family: Teksti, serif;
    background-color: #8dc63f;
}

.kaikki {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #da7c36;
    padding: 30px;
    font-size: 25px;
}

.palstat {
    columns: 2 100px;
}

.palstat p {
    break-inside: avoid;
}

.palstat h2:first-child {
    margin-top: 0;
}

.palstat h2 {
    break-after: avoid;
}

h2 {
    font-size: 140%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}