html, body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
}

body
{
	font-family: Calibri, "Lucida Grande", sans-serif;
}

#Everything
{
	position: relative;
	left: 0;
	top: 0;
	width: 800px;
	height: 350px;
	color: #eeeeee;
	background-color: black;
	display: grid;
	padding-top: 20px;
}

.GridColumn
{
	position: absolute;
	top: 0;
	border: none;
	height: 350px;
}

#MetronomeArea
{
	left: 0;
	width: 240px;
}

#VideoArea
{
	left: 240px;
	width: 320px;
}

video
{
	width: 320px;
	height: 180px;
}

#Conductor
{
	position: relative;
	left: 100px;
	top: 0px;
	width: 40px;
	height: 40px;
	border-radius: 25%;
	background: rgb(84, 8, 155);
	color: white;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

#TextArea
{
	font-size: 20px;
}

#ClapAnimationArea
{
	left: 560px;
	width: 240px;
}

.ClapBox
{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: black;
}

#ClapBox0
{
	left: 100px;
	top: 0px;
}

#ClapBox1
{
	left: 100px;
	top: 65px;
}

#ClapBox2
{
	left: 100px;
	top: 130px;
}

#Caution
{
	height: 26px;
	padding-top: 4px;
	font-style: italic;
	font-size: 15px;
	background-color: #222222;
	color: #d7ba7d;
}
