* {
	font-family: monospace;
}

body {
	margin: 0;
	padding: 0;
	background-color: #1a1a1a;
	color: rgba(255, 255, 255, 0.87);
}

h3 {
	text-align: center;
	font-size: 40px;
	margin: 0;
}

a {
	color: rgba(255, 255, 255, 0.54);
}

.scroller {
	color: #ffffff;
	font-size: 128px;
}

.invisible {
	opacity: 0;
}

#error-message {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 8px;
	padding: 16px;
	border-radius: 4px;
	background-color: #e54a3f;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

#content-wrapper {
	position: absolute;
	display: grid;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	align-content: start;
	padding-top: 15vh;
}

#user-names-wrapper {
	text-align: center;
}

#user-names-wrapper ul {
	padding: 0;
	list-style: none;
	line-height: 2em;
}

#footer-wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px;
}

#footer-wrapper ul {
	margin: 0;
	list-style: none;
}

#footer-wrapper ul li {
	display: inline;
}
