html{
  background-image: url(img/gereserveerd.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow:hidden
}

div.main{
  height: 100%;
  width: 100%;
  text-align: center;
}

.container{
  position: absolute;
  height: 100%;
  bottom: 0;
  text-align: center;
  width: 100%;
}

p{
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
}

.icon{
  width: 50px;
  padding: 15px;
}

@media only screen and (max-width: 720px) {
  #logo{
    width: 300px;
  }
}
