



#text {
	font-family: 'Patrick Hand', cursive;
	position: absolute;
	top:10%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}




.box {
  width: 200px;
  height: 300px;
  border: 2px solid black;
  padding: 50px;
  margin: 20px;
  	background-color: white;
}








.livingroom {
position: absolute;
  width: 2%;
  right: 32%;
    top: 80%;

  background-color: black;

}


.kitchen {
position: absolute;
  width: 2%;
  right: 65%;
    top: 80%;

  background-color: black;

}

.bedroom {
position: absolute;
  width: 2%;
  right: 50%;
    top: 42%;

  background-color: black;

}

