@font-face {
    font-family: otsikko;
    src: url(fontit/PTSerif-Regular.ttf);
}

.kaikki {
    
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 30px;
}

.palstat {
    columns: 2 100px;
}

.palstat p {
    break-inside: avoid; /*Tällä saa yhden ihmiset tiedot yhdessä*/
}

.palstat h2:first-child {
    margin-top: 0px;

}

body {
    font-family: otsikko;
    background-color: rgb(255, 187, 249);
}