#menu {
	display: flex;
	background-color: ivory;
	justify-content: space-between;
	padding: 1em;
}
#menu>ul {
	display: flex;
	list-style: none;
	margin-bottom: 0;
}
#menu>ul>li {
	padding: 1em;
}
#menu>ul>li:hover {
	background-color: cornsilk;
}
#menu>ul>li>a {
	font-size: large;
	font-weight: bold;
	color: forestgreen;
}
#logo-image {
	height: 70px;
}
#top-image {
	width: 64%;
	margin: 0 18%;
}
header {
	margin: 0 20%;
}
h2 {
	text-align: center;
}
section {
	margin: 10% auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#record>ul {
	list-style: none;
}
#about-table {
	width: 70%;
}
.about-item {
	display: flex;
}
.about-item>* {
	min-width: 30%;
}
.ZEB_logo {
	max-width: 100px;
}
footer {
	text-align: center;
	font-size: small;
}
