body, html {
    height: 100%;
}

html {
    overflow-y: hidden;
}

.bg {
    /* The image used */
    background-image: url("https://ferberite.rijsdam.com/img/forest.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


header {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
/*  background-color: #123; */
  color: white;
}


.main-heading{
  max-width: 800px;
  text-align: center;
  margin: auto;
}


.main-heading h1{
  font-size: 70px;
}

.main-heading p{
  font-size: 30px;
}

