.sixtyfour-convergence-teksti {
  font-family: "Sixtyfour Convergence", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "BLED" 0,
    "SCAN" 0,
    "XELA" 0,
    "YELA" 0;
}

.heroimage {
  width: 100%;
}

.tausta {
  background-color: rgb(185, 185, 185);
  margin-left: auto;
  margin-right: auto;
}

.sivusto {
  max-width: 1000px;
}

/*
@media only screen and (min-width: 1200px) {
  .sivusto {
    padding-left: 20%;
    padding-right: 20%;
  }
}
*/

nav {
  overflow: auto;
  width: 100%;
}

.headerlinkki {
  float: left;
  width: 14%;
  text-align: center;
  display: block;
  text-decoration: inherit;
  color: inherit;
}

.headerkuva {
  display: inline-block;
}

.containeri {
  overflow: auto;
}

.vasen {
  width: 45%;
  float: left;
}

.oikea {
  width: 45%;
  float: right;
  overflow: hidden;
}