@font-face {
    font-family: teksti;
    src: url(fontti/EpundaSlab-VariableFont_wght.ttf);
}
@font-face {
    font-family: bold;
    src: url(fontti/static/EpundaSlab-Bold.ttf);
}

body {
    font-family: teksti;
    background-color: #5f5c87;
}

.kaikki {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: antiquewhite;
    padding: 30px;
}

.palstat {
    columns: 2 100px;
}

.palstat p {
    break-inside: avoid;
}

.palstat h2:first-child {
    margin-top: 0;
}

h2 {
    font-size: 130%;
    margin-top: 40px;
    margin-bottom: 0px;
}