@font-face {
    font-family: teksti; 
    src: url(Arvo/Arvo-Regular.ttf);
}

@font-face {
    font-family: Teksti;
    src: url(Arvo/Arvo-Bold.ttf);
    font-weight: bold;
}

body {
    font-family: Teksti, serif;
    background-color: #f3ad7b;
}

.Palstat {
     columns: 2 100px;
    

}

.Palstat h2 {
   break-after: avoid;

}

.Palstat p {
    break-inside: avoid;
}

.Palstat h2:first-child {
    margin-top: 0; 
}



.kaikki {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    padding: 30px;

}

h2 {
   font-size: 120%;
  margin-top: 40px;
  margin-bottom: 0; 
  color:#eb7957 ;

}

h1 {
    color:#f16861;
}

.kartta