body {
  position: fixed;
  overflow: hidden;
}

.fouteDader img {
  margin-top: 7vw;
  width: 65vw;
}

.container{
  display: grid;
  grid-template-rows: 1fr 0.5fr;
  margin-top: 20vw;
  justify-items: center;
}
.tekstbutton
{
  text-align: center;
}
.tekst1 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  width: 100vw;
  margin-bottom: 5vw;
}
.tekst2 {
  text-align: center;
  width: 70vw;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 5vw;
  margin-left: 15vw;
}
#raadsel-button {
  background: url("../../Images/probeer_opnieuw.png");
  background-size: cover;
  width: 85vw;
  height: 16vw;
  margin-top: 20VW;
}
