@font-face {
    font-family: Teksti;
    src: url(fontit/Roboto-Regular.ttf);
}
@font-face {
    font-family: Otsikko;
    src: url(fontit/Quantico-Regular.ttf);
    font-weight: bold;
}

body {
    font-family: Teksti, serif;
    background-color: rgb(120, 155, 128);
}

.kaikki{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 30px;
}

.palstat {
    columns: 2 100px;
}

.palstat p {
    break-inside: avoid;

}

.palstat h2:first-child {
    margin-top: 0;
}

h1 {
    color: rgb(23, 104, 107);
}
h2 {
    color: rgb(172, 5, 122);
    font-size: 140%;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0;
}