@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;
}

h1 {
  color: #0002EB;
  font-size: 55px;
}

h2 {
  color: #EA7000;
  margin-top: 50px;
}

.kehys {
  max-width: 900px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}


body {
  font-family: Leipis, serif;
  background-color: #EA7000;
}


img {
  max-width: 100%;
}


.oikealla {
  float: right;
  margin-left: 20px;
}