@font-face {
    font-family: Teksti;
    src: url(Tajawal/Tajawal-Regular.ttf);
}

@font-face {
    font-family: Teksti;
    src: url(Tajawal/Tajawal-Bold.ttf);
    font-weight: bold;
}

body {
    font-family: Teksti, serif;
    background-color: #c5e0d9;
}

h1, h2 {
    color: #6e948a;
}

.kaikki {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(255, 255, 255);
    padding: 30px;
}

.palstat {
    columns: 2 200px
}

.palstat p {
    break-inside: avoid; /*yhden ihmisen tiedot nippuun*/
}

.palstat h2:first-child {
    margin-top: 0;
}

h2 {
    font-size: 140%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}


