@font-face {
    font-family: Teksti;
    src: url(Quantico/Quantico-Regular.ttf);
}
@font-face {
    font-family: Otsikko;
    src: url(Quantico/Quantico-Bold.ttf);
    font-weight: bold;
}


body {
    font-family: Teksti, serif;
    background-color: #AEDEDE;
}

h1,h2 {
    color: #0C4C8A;
}

.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 30px;
}

.palstat {
    columns: 2 100px;
}

.palstat p {
    break-inside: avoid;
}

.palstat h2:first-child {
    margin-top: 0;
}


h2 {
    font-size: 140%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}
