@font-face {
    font-family:otsikko;
    src: url(fontit/Rubik_Moonrocks/RubikMoonrocks-Regular.ttf);
}
@font-face {
    font-family: leipis;
    src: url(fontit/Solway/Solway-Regular.ttf);
}


body {

    background-color: rgb(234, 238, 203);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;

}
ul {
    font-family: leipis;
}
p {
    
    font-family: leipis;
}
h1 {
    text-align: center;
    font-family: otsikko;
    font-weight: normal;
}

h2 {
    font-family: otsikko;
    font-weight: normal;
    font-size: 28px;
    break-inside: avoid;
    
}
.Kaikki{
    
    background-color: rgb(255, 255, 255);
    padding: 20px;
}

.palstat {
columns: 4 300px;
}
.palstat p {
    break-inside: avoid;
}
.palstat h2:first-child{
    margin-top: 0;
}

