.title
{
	text-align: center;
	margin-top: 10px;
}

.menu
{
	margin-top: 20px;
	text-align: center;
}

.menu a
{
	background: lightgray;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 1.5em;
	color: black;
	text-decoration: none;
}

.description
{
	margin:auto;
	padding: 30px;
	text-align: justify;
	width: 80%;
}

ul
{
	margin-bottom: 0;
}