@font-face {
    font-family: leipis;
    src: url(Averia_Libre/AveriaLibre-Regular.ttf);
}
  

body {
    font-family: leipis, serif;
    background-color: #ee96b5;
}

.palstat {
    columns: 2 100px;
}
 .kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fffefa;
    padding: 30px;
    color: #74596b;
 }

 h2 {
    margin-top: 60px;
    margin-bottom: 0px;
    color: #b96784;
 }
.palstat p {
    break-inside: avoid;
}

.palstat h2:first-child {
margin-top: 0;
}
h1 {
    color: #b96784;
}
a:link {
    color: #adbdd9;
}
a:visited {
    color: #bdc3ce;
}