@font-face {
  font-family: Otsikko;
  src: url(fonts/DMSerifDisplay-Regular.ttf);
}

body {
/* Helpoin ratkaisu: fontiksi Arial, jos löytyy, muuten mikä tahansa pääteviivaton. */
  

/* Tyylikäs ratkaisu: fontiki joku hieno itse valittu, tiedostot nimetty ylempänä. */
  font-family: Leipis, serif;
  background-color: white;
  background-image: url(kuvat/background.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
h1 {
  font-family: Otsikko, serif;
  outline: auto;
  outline-style: ridge;
}

a, li {
  color: #77d3cb;
}

.container {
  max-width: 800px;
  background-image: url(kuvat/header-background.jpg);
}