html {
  background: white;
  font-size: 7px;
  height: 100%;
  background-image: url('../Images/Retro_achtergrond.png');
  background-repeat: no-repeat;
  background-position: center top;
}

* {
  box-sizing: border-box;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

.logo {
	margin-bottom: 40px;
	}
	
IMG.logo2 {
	display: block;
    margin-left: auto;
    margin-right: auto;
    }	

.scherm {
	background-color: none;
	}
	
IMG.scherm2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }	
	
#wrap {
  width: 100%;
  height: 730px;
  margin: 0px ;
  padding: 0px ;
  text-align: center;
  background-image: url('../Images/GraphicTouchScherm.png');
  background-repeat: no-repeat;
  background-position: center top;
}	
	
.tekst {
	text-align: center;
	width: 100%;
	font-size: 18px;
	padding-top: 220px;
}
	
.lastline {
	text-align: center;
	}