@font-face {
  font-family: leipis;
  src: url(Merriweather-Regular.ttf);
}
@font-face {
  font-family: leipis;
  src: url(Merriweather-Regular.ttf);
  font-weight: bold;
}
@font-face {
  font-family: leipis;
  src: url(Merriweather-Regular.ttf);
  font-style: italic;
}

body {
  font.family: Arial, sans-sheriff;
  background-color: #bbb;
  background-image: url(valoinen_kissa.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.kehys {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 30px;
}
  
h1 {
  color:pink;
  font-size: 50;
}