
body { 
  background: url(achtergrond-website-2019-70.jpg) no-repeat top left fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

.verhuis-container {
		
	font-family: 'Roboto', sans-serif;	
	background-color: #fff;
	background: url(190902_popup-FormagerieEuropa-wit.png) no-repeat; 
	display: block;
	height: 627px;
	width: 800px;	
	
	margin: 5% auto 5% auto;
	padding: 200px 0 0 50px;
}

.verhuis-tekst {

	display:block;
	position: relative;		
	margin-bottom: 50px;
	font-family: 'Roboto', sans-serif;
	
}

.verhuis-button {

  font-family: 'Roboto', sans-serif;
	position: relative;
	width: 150px;

	height: 100px;
	padding: 10px;
	background-color: #ea7600;
	color: #fff;
	text-decoration: none;
	margin-right:20px;

}