@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

*{
	border: none;
	box-sizing: border-box;
	color: #222222;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}

body{
	background: #007fff;
	overflow-y: scroll;
}

.notation{
	-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 0px 0px 5px 0px rgba(0,0,0,0); 
	background: #fff;
	border-radius: 4px;
	box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 0px 0px 5px 0px rgba(0,0,0,0);
	font-size: 2em;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

#sitebox{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#mainbox{
	flex: 1;
}

footer{
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
	background: #ffffff;
	color: #333333;
	margin: 0 10px;
	padding: 10px;
	border-radius: 4px 4px 0 0;
	text-align: center;
}

#webgl{
	border-radius: 4px;
	display: block;
	border: solid 1px #000000;
	margin: 20px auto;
	width:1000px;
	height: 500px;
	background: #000000;
	box-shadow: 0 0 5px 1px rgba(255,255,255,0.5);
}