@font-face {
   font-family: otsikko;
   src: url(etusivun-fontit/RubikGemstones-Regular.ttf);
}

@font-face {
   font-family: leipis;
   src: url(etusivun-fontit/Ribeye-Regular.ttf);
}

body{
background-color: #c91252;
background-image : url(Tunneli.jpg) ;
}

h1{
   font-family: otsikko;
   font-weight: normal;
   text-align: center;
}
/*linkkien muotoilu*/
a:link {
 color: #cc0c3f

}
a:visited{
 color: #3e4fec
}
a:hover{
text-decoration: none; /*ALLEVIIVAUS POIS*/
}
a:active{
 color: #9c1e4c
}
div {
   max-width: 800px;
   background-color: rgb(228, 163, 163);
   margin-left: auto;
   margin-right: auto;
   padding: 20px;
}
main {

   font-family: leipis;
}


