@media only screen and (max-width: 800px) {

  html, body{
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: hidden;
  }


#mobiel{
  font-family: "Lato";
  color: black;
  font-weight: 300;
  font-size: 50;
  text-align: center;
  position: absolute;
  top:30%;
  opacity: 1;

}

#naam{
  opacity: 0;
}

}
