@font-face {
    font-family: otsikko;
    src: url(Barlow_Condensed/BarlowCondensed-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: leipis;
    src: url(Barlow_Condensed/BarlowCondensed-Regular.ttf);
}
@font-face {
    font-family: leipis;
    src: url(Barlow_Condensed/BarlowCondensed-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: leipis;
    src: url(Barlow_Condensed/BarlowCondensed-Italic.ttf);
    font-style: italic;
}
body {
    font-family: leipis;
    background-color: #8C0303;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-family: otsikko;
    font-size: 50px;
    text-align: center;
    text-shadow: #f20505 -3px 3px;
    color: #400101;
}
h2 {
    text-shadow: #f205054b -3px 3px;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
}
p {
    font-size: 17px;
    color: #0D0D0D;
}
.kaikki {
    background-color: #F2F2F2;
    padding: 5px 25px;
    
}
.palstoitettu {
    columns: 2 300px;
}
.palstoitettu p {
    break-inside: avoid;
}
.palstoitettu h2:first-child {
    margin-top: 0;
}