@font-face {
  font-family: "open-sans";
  src: url("./../../fonts/OPENSANS-LIGHT.TTF");
}

@media screen and (max-width: 600px) {
  div {
    font-size: 3vw;
  }
}

@media screen and (min-width: 601px) {
  div {
    font-size: 1.5vw;
  }
}

@media screen and (min-width: 1025px) {
  div {
    font-size: 1vw;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

div.container {
  font-family: "open-sans";
  margin-top: 100px;
  flex: 1;
  width:160%
}
div.quiz-container {
  display: inline-block;
}

div#filtteri {
  width: 100%;
}

div#filtteri button {
  width: 100%;
}
button#luoKysymykset {
  width: 100%;
  margin: 0 auto;
}
button.hide {
  display: none;
}

div.container > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-input {
  width: 100%;
}

.search-input.no-results {
  color: red;
}
