@font-face { font-family: Daydream; src: url('Daydream.otf'); } 

body {
font-family: Daydream;
background-color: #67fc53;
height:100vh;
}

#top {
	margin:auto;
	display:block;
	height: 200px;
}

#door {
	position: absolute;
	right:10%;
	top:300px;
	display:block;
	rotate: 44deg;
}

#door img {
	height: 300px;
}

#mij {
	position: absolute;
	margin-left:10%;
	top: 300px;
	display:block;
	width:500px;
}

#films {
	position:absolute;
	top: 60%;
	left: 40%;
	rotate: -4deg;
}

#poster {
	width:200px;
}	

#spijker {
	position:absolute;
	width:60px;
	left:92px;
	top:-36px;
}
