@import url('https://fonts.googleapis.com/css2?family=Knewave&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body {
 font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
  background-image: url(katu_tausta.jpg)
}

.sivu {
    background-color: rgb(46, 44, 43);
    color:  rgb(201, 161, 100);
    padding: 20px;
    max-width: 700px;
    margin: auto;
}

.teksti {
    background-color: rgb(0, 0, 0);
}

h1, h2 {
  font-weight: normal;
}

.linkit {
 font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.linkit a {
    transform: scale(1.05);
    color: rgb(201, 161, 100);
}

.linkit a:hover {
     text-decoration: none;
     color: rgb(0, 0, 0);
}

.linkit a:visited {
  color: rgb(255, 255, 255);
}