@import url("https://fonts.googleapis.com/css2?family=Workbench&display=swap");

html {
	padding: 0;
	margin-top: 0;
	color: #002e98;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

body {
	background-image: url('img/greenhillzone.gif');
	background-position: center top;
	background-size: 175% 175%;
	background-repeat: no-repeat;
}

img {
	max-width: 100%;
}

h1 {
	margin-bottom: 10px;

}

p {
	margin: 5px;
}

ul {
	margin: 2px;
	list-style-type: none;
}

li {
	list-style-type: none;
}

.about {
	display: flex;
	flex-direction: column;
	margin-top: 140px;
	margin-left: 50px;
	height: 500px;
}

.highlight {
	background-color: white;
}



