body {
  background-image: url("Background.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
}
header {
  text-align: center;
  font-size: 50px;
}
.Header {
  height: 100px;
}
.container {
    height: 300px;
    position: relative;
  }
.button {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
button{
  background-color: #1A63D1;
  border: none;
  color: white;
  font-family: Titan One, Arial, sans-serif;
  padding: 50px 70px;
  text-align: center;
  font-size: 50px;
  border-radius: 12px;
  box-shadow: 0 9px #194FA1;
}
button:active {
  background-color: #194FA1;
  box-shadow: 0 5px #143B75;
  transform: translateY(4px);
}
.Inhoud {
  height: 300px;
  position: relative;
  text-align: center;
  color: #585858;
}
.Fact {
  font-weight: bold;
}
