body {
	margin: 0;
}

#top-bar {
	background-color: #FFAA00;
	height: 60px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	user-select: none;
	color: white;
}

#title {
	font-weight: bold;
	font-size: xx-large;
	margin: 0;
}

#motd {
	margin: 0;
	margin-top: 3px;
	opacity: 0.8;
}

.menu-item{
	display: block;
	color: black;
	padding: 5px;
	text-decoration: none;
}

.menu-item:hover {
	background-color: lightgray;
}
