@font-face {
    font-family: Teksti;
    src: url(static/Lora-Regular.ttf);
}
@font-face {
    font-family: Teksti;
    src: url(static/Lora-Bold.ttf);
    font-weight: bold;
}
body {
    font-family: Teksti, serif;
    background-color: #6C102C;
}
.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #DCB5C1;
    padding: 30px;
}
.palstat {
    columns: 2 300px
}
.palstat p {
    break-inside: avoid; /* Tällä saa yhden ihmisen tiedot yhdessä*/
}
.palstat h2:first-child {
    margin-top: 0;
}
.palstat h2 {
    break-after: avoid; /* Tämä pitää otsikon ja sen jälkeiset tiedot yhdessä*/
}
h2 {
    font-size: 160%;
    color: #6C102C;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}