@font-face {
    font-family: teksti;
    src: url(static/PlaywriteNZBasic-Light.ttf);
}
@font-face {
    font-family: teksti;
    src: url(static/PlaywriteNZBasic-Regular.ttf);
    font-weight: bold;
}
body {
    font-family: teksti, serif;
    background-color: #F5A3CE;
}
h1, h2 {
    color: #892F6D;
}

.palstat {
    columns: 2 100px;
}
.palstat p {
    break-inside: avoid;
}
.palstat h2:first-child {
    margin-top: 0;
}

.kaikki {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 30px;
}

h2 {
    font-size: 130%;
    margin-top: 40px;
    margin-bottom: 0px;
}
.kartta {
    
}