@font-face {
    font-family: teksti; 
    src: url(Lexend/Lexend-VariableFont_wght.ttf);
}

@font-face {
    font-family: Teksti;
    src: url(Galindo-Regular.ttf);
    font-weight: bold;
}

body {
    font-family: Teksti, serif;
    background-color: #494550;
}

.palstat {
     columns: 2 100px;
}

.palstat p {
    break-inside: avoid;
}

.palstat h2:first-child {
    margin-top: 0; 
}

.palstat h2 {
    break-after: avoid;
}

.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #C2BCFA;
    padding: 30px;

}

h2 {
   font-size: 140%;
  margin-top: 40px;
  margin-bottom: 0; 
}