@font-face {
    font-family: teksti;
    src: url(fontit2/Besley/Besley-Italic-VariableFont_wght.ttf);
}


body  {
    font-family: teksti, serif;
    background-color: rgb(39, 3, 53);
}

.kaikki  {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(226, 208, 238);
    padding: 30px
}
.palstat {
    columns: 2 300px;
}

.palstat {
    break-inside: avoid;
}

.palstat h2:first-child {
    margin-top: 0;
}



h2  {
    font-size: 170%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}

