body {
	background-image: url("Sinterklaas.jpg");
	background-color: lightgrey;
	background-size: cover;
	font-family: monospace;
}

div.rijm {
	margin: 2% auto 2%; 
	text-align: center;
	width: 50%;
	color: white;
	background-color: rgb(0, 0, 0, 0.5)
}

div.huisje {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(255,255,255);
}

div.huisje img {
  height: 30px;
}
  
a:hover div.huisje {
  background-color: gold;
}

  
  
  
  
  
  
  
  
  
}