body {
	background-color: #060618;
	color: #FFFFDD;
}

#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;
}

a {
	color: #FFD700;
	text-decoration-line: none;
}

h1 {
	font-size: 28pt;
}

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;
}