@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(taustakuva-farmi.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.sisalto {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 30px;
}

img { 
  max-width: 100%;
}

h1 {
  color:green;
  font-size: 50px;
}

img {