


.buildingContent {
	width: 800px;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #424528;

}


.buildingImg {
  	display: block;
	position: relative;
	top: 20px;
  	filter: drop-shadow(8px 8px 10px gray);
  	margin: 0 auto;
  	width: 50%;
}


.buildingDescription {
	width: 690px;
	height: 200px;
	position: relative;
	left: 3px;
	top: 60px;
	overflow: auto;


}


.buildingText {
	font-size: 12px;
	word-spacing: 3px;
	line-height: 20px;
  	text-align: justify;
  	margin: 0 auto;
  	padding-left: 10px;
  	padding-right: 10px;
}

