body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	text-align: center;
	margin-left: 20px;
}

li {
	color: maroon;
}

a {
	text-decoration: none;
}

.title-image {
	background-image: url("title-image.jpg");
	background-color: #000000;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.title-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #e4ffffe4;
}
