@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
body,html{
	margin: 0;
	padding: 0;
}
#stage{
	background-color: #000;
	position: fixed;
	display: flex;
	overflow: scroll;
	color: #fff;
	width: 100vw;
	height: 100vh;
	font-family: "Noto Sans";
	font-weight: bold;
	font-size: 7vw;
}
#cast{
	width: 100vw;
	height: 1.5em;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-content: center;
}
.player{
	padding: 15px;
}
