@font-face {
    font-family: teksti;
    src: url(CrimsonPro-VariableFont_wght.ttf);
}
@font-face {
    font-family: teksti;
    src: url(CrimsonPro-Italic-VariableFont_wght.ttf);
    font-weight: bold;
}
body {
    font-family: teksti, serif;
    background-color: #29a6c2;
}
    h1,h2 {
        color: #ff5faf;
    }

.kaikki {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    background-color: #e6e8f3;
    padding: 30px;
}
.palstat {
    columns: 2 100px;
}
.palstat p {
    break-inside: avoid;
}
.palstat h2:first-child {
    margin-top: 0;
}
h2 {
    font-size: 170%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}