:root {
}

* {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

a {
	color: white;
}

p {
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: 550;
}

body {
	background-color: grey;
}

.buttons {
	text-align: center;
}

button {
	background: white;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 20px;
	border: none;
	border-radius: 4px;
	display: block;
	margin: auto;
}

button:hover{
	background: black;
	color: white;
	cursor: pointer;
}

footer {
	margin-top: 60px;
	margin-bottom: 60px;
}

footer p {
	font-size: 16px;
}

.hidden {
	display: none !important;
}

h1 {
	font-size: 40px;
	color: white;
	text-align: center;
}

#stage {
	width: 100%;
	background-color: black;
	image-rendering: pixelated;
	display: block;
}

#stagecontainer {
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 2vh;
	margin-bottom: 2vh;
}

#stagecontainer:focus, #stage:focus {
	outline: none;
}
