@font-face {
    font-family: Teksti;
    src: url(Arvo/Arvo-Regular.ttf);
}

@font-face {
    font-family: Teksti;
    src: url(Arvo/Arvo-Bold.ttf);
    font-weight: bold;
}

body {
    font-family: Teksti, serif;
    background-color: #a3d3c6;
}

.kaikki {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 30px;
}

.palstat {
    columns: 2 100px;
}

.palstat p {
    break-inside: avoid;
}

.palstat h2:first-child {
    margin-top: 0;
}

h2 {
    font-size: 140%;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 0;
}