body {
  background-color: #432E54;
  margin: 0px;
  color: #E8BCB9;
  font-family: montserrat, Arial, Helvetica, sans-serif;
}

header {
  font-size: 16px;
  text-decoration: underline;
}

div {
  font-size: 0;
  vertical-align: top;
}

.mainContent {
  margin: 0% 10%;
}

.radioWrapper {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: 2px solid #4B4376;
  padding: 0.5% 2%;
}
.radioWrapper input {
  width: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.radioWrapperChecked {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border: 2px solid #AE445A;
  padding: 0.5% 2%;
  opacity: 0.75;
}

.knopjes {
  display: inline-block;
  margin: 1vh 1vw 0 0;
  font-size: 16px;
}
.knopjes input[type=checkbox] {
  accent-color: #AE445A;
}

.test {
  margin-top: 10vh;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
.test h1 {
  font-size: 35px;
  text-align: center;
}
.test input {
  display: block;
  width: 40%;
  font-size: 30px;
  margin: 0% auto;
  background-color: #4B4376;
  border: 2px solid #AE445A;
  border-radius: 5px;
  color: #E8BCB9;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.test input:focus-visible {
  outline: 2px solid #AE445A;
}

.stats {
  background-color: #4B4376;
  margin: 6vh auto 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 50vw;
  min-width: 600px;
  font-size: 20px;
  padding: 1%;
}
.stats h3 {
  font-size: 30px;
  margin: 0.5% 0%;
  padding: 0.5%;
  text-align: center;
  border-bottom: solid #E8BCB9;
}
.stats span {
  display: inline-block;
  margin: 0.5% 0%;
  width: 100%;
}
.stats span p {
  display: inline-block;
  margin: 0;
  padding: 0 0.5%;
}
.stats h4 {
  margin: 1% 0%;
}
.stats .correct {
  color: green;
}
.stats .fout {
  color: red;
}

.info {
  font-size: 18px;
  margin: 6vh auto 0;
  width: 50vw;
}
.info li {
  margin-top: 2vh;
}

@media only screen and (max-width: 600px) {
  header {
    text-align: center;
    font-size: 16px;
  }
  .mainContent {
    margin: 0;
    width: 100vw;
  }
  .test {
    margin-top: 5vh;
  }
  .test h1 {
    font-size: 25px;
  }
  .test input {
    display: block;
    width: 80%;
    font-size: 25px;
  }
  .stats {
    min-width: 0;
    width: 98%;
    margin-right: 0;
  }
  .stats span {
    padding: 1vh 0vh;
    font-size: 16px;
  }
  .stats span:first-of-type {
    border-top: none;
  }
  .stats h3 {
    font-size: 25px;
  }
  .stats h4 {
    font-size: 20px;
  }
  .info {
    min-width: 0;
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */
