body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: black;
  color: #636b6f;
  margin: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#preload {
  position: absolute;
  background: rgb(14, 14, 22);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
  line-height: 100vh;
  z-index: 10;
}

a {
  color:#34495e;
}

.content {
  z-index: 1;
}

.v-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

section {
  height: 100vh;
  position: absolute;
  width: 100%;
}

section:not(.active){
  display: none;
}

section.active {
  display: flex;
}

section {
  background: rgb(255, 255, 255);
  background: #ff393b;
  background: -moz-radial-gradient(center, ellipse cover, #ff393b 0%, #d0331b 45%, #bd2e19 55%, #710001 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #ff393b 0%,#d0331b 45%,#bd2e19 55%,#710001 100%);
  background: radial-gradient(ellipse at center, #ff393b 0%,#d0331b 45%,#bd2e19 55%,#710001 100%);
}

.link {
  margin-top: 40px;
  font-size: 30px;
  font-family: 'Monoton', cursive;
}

.link>a{
  color: #ffffff;
  z-index: 1000000;
}

.hint {
  font-size: 20px;
  color: #d0d0d0;
  margin-top: 5px;
}

.vraag {
  line-height: 1.1;
  text-align: center;
  transform: skew(-2deg, -7deg) translateY(0px);
  text-shadow: 4px 4px 10px #000000a1;
}

.vraag .title {
  font-size: 40px;
  color: #ffffff;
  font-family: 'Bungee Shade', cursive;
}

.vraag .subtitle {
  font-size: 76px;
  color: #ffbf49;
  font-family: 'Monoton', cursive;
}

@media only screen and (max-width: 688px) {
	.vraag .title {
		font-size: 25px;
	}

	.vraag .subtitle {
		font-size: 45px;
	}
}
