html {
	min-height: 100vh;
}

body {
	margin:0;
	background-color:#000;
	background-image:url("img/glskull_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 800px auto;
	color:#f0f0f0;
}

a {
	text-decoration: none;
}

#hhptitle {
	color:#fd1de5;
}

#maincontainer {
	display:flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
}

#maincontainer div {
	align-content: center;
}

#maincontainer h1 {
	font-family: "Amarante", serif;
}

a {
	color: #fff;
}

#menu {
	width:100%;
	padding:0.5em;
	color:#303;
	background-color:#fff;
	font-weight: bold;
}

.section {
	padding: 0 1em;
}

.datebutton {
	background-color:#000;
	border: 1px solid #aa99aa;
	border-radius: 0.5em;
	margin-bottom: 0.5em;
	transition: background-color 0.15s ease;
	padding:1em;
}

.datebutton:hover {
	background-color: #333;
}

.datebutton span {
	font-family: monospace;
	font-size: xx-large;
	font-weight:bold;
}


