html {
	background-image:url('https://preservedfigs.uk/graphics/background_skysky.png');
	font-family: Helvetica;
	image-rendering: pixelated;
}

#topnav{
	width:750px;
	height:35px;
	background-color:#0b2047;
	margin: auto;
	display: flex;
	border-style: solid; 
	border-width: 2px; 
	border-color: #0b2047;
}

main {
  background-color:#F8F8FF;
  border-style: solid; 
  border-width: 2px; 
  border-color: #a7c3fa;
  display: flex;
  width: 750px;
  height: 500px;
  margin: auto;
}

#textual {
	width:600px;
	overflow-y:scroll;
}

#sidebarwha {
	width:150px;
}

#statue {
  position: fixed;
  bottom: 30px;
  left: 90px;
}

h4, p {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

