@font-face {
   font-family: Leipis;
   src: url(Merriweather/Merriweather-Regular.ttf)
}

@font-face {
   font-family: Leipis;
   src: url(Merriweather/Merriweather-Bold.ttf)
   font-weight: bold;
}

@font-face {
   font-family: Leipis;
   src: url(Merriweather/Merriweather-Italic.ttf)
   font-style: italic;
}


body {
   font-family: Leipis, serif;
   background-color: #bbb;
   background-image: url(rose-edit.jpg);
   background-size: cover;
   background-attatchment: fixed;
   background-position: center;
}

.sisalto {
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   background-color: #fff;
   padding: 30px;
}

img {
   max-width: 100%;
}

.oikealla {
   float: right;
   margin-left: 20px
}