body {
	background-color: #060618; 
	background-image: url("_images/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #00FFFF;
}

#masthead {
	position: relative;
	margin: -8 -8 0 -8;
	display: flex;
	height: 150px;
	background-color: #DDBA00;
	align-items: center;
	justify-content: center;
	font-size: 64pt;
	color: #060618;
}

h1 {
	font-size: 28pt;
}

a {
	color: #FFD700;
	text-decoration-line: none;
}

div.item {
	display: inline-block;
	width: 200px;
	align-items: center;
    margin: auto;
	text-align: center;
}

div.item img {
	width: 150px;
	height: 150px;
}

div.item p {
	font-size: 16pt;
}

div.video {
	display: block;
	width: 600px;
	align-items: center;
	margin: auto;
}

div.video p {
	font-size: 14pt;
	text-align: center;
}

div.video span.date {
	font-size: 10pt;
	text-align: center;
}