@font-face {
font-family: Otsikko;
src: url("OleoScript-Regular.ttf");
}
body {
  font-family: Leipis, serif;
  background-color: #680808;
}


h1,h2{font-family: Otsikko, sans-serif;
  font-weight: normal;
  text-align: center;
}
.kaikki {
    max-width: 800px;
    background-color: #923737;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
}                                   
a:link {
 
color: #e7a2a2;
 
text-decoration: none; /* ALLEVIIVAUS POIS */
 
}
 
a:visited {
 
color: #d38989;
 
}
 
a:hover{
 
text-decoration: underline; /* ALLEVIIVAUS JOO */
 
}
 
a:active {
 
color: #d69090;
 
}
 
a:link {}
a:visited{}
a:hover{}

