/*	Style sheet for the Mile-High Murder Game website */

* {
	box-sizing: border-box;	
}

body {
	height: 100vh;
	margin: 0;
	padding: 0;
}

footer {
	flex: 0 0 100px;
	text-align: center;
	font-size: 24px;
}

header {
	flex: 0 0 10px;
}

#all {
	height: 100%;
	display: flex;
	flex-direction: column;
	font-family: "Averia Libre", system-ui;
	font-weight: 400;
	font-style: normal;
	background-color: black;
	color: white;
	overflow: auto;
}

#author-credit {
	font-size: 2vw;
}

#details-on-novel,
#teaser {
	display: none;
}

#main {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Averia Libre", system-ui;
	font-weight: 400;
	font-style: normal;
}

#temporary-marquee {
	font-size: 3.5vw;
	text-align: center;
}

#temporary-marquee h1 {
	/* font-family: "Protest Revolution", sans-serif; */
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-size: 6vw;
	font-style: normal;
	color: red;
}