@font-face {
	font-family: 'Viga';
	font-style: normal;
	font-weight: 400;
	src: local('Viga-Regular'), url('https://res.cloudinary.com/djtycby9b/raw/upload/v1626024409/viga.woff') format('woff');
}

body{
	background-color:#424242;
	margin-top: -30px;
}

#JSMetroContainer{
	position:absolute;
	background-image:url('https://images2.imgbox.com/e6/03/9A9bZt20_o.png');
	width:300px;
	height:339px;
	margin-left:500px;
	margin-top:40px;
	cursor:default;
	font-family: verdana,  Tahoma, Geneva, sans-serif;
}

#tapBkg{
	background-image:url('https://images2.imgbox.com/7e/92/OrN6C9dX_o.png');
	width:115;
	height:131;
	position:relative;
	top:-29px;
	left:168px;
	visibility:hidden;
}
#tempoUp{
	position:relative;
	top:41px;
	left:133px;
	width:28px;
	height:28px;
	cursor:pointer;
}
#tempoDown{
	position:relative;
	top:247px;
	left:133px;
	width:28px;
	height:28px;
	cursor:pointer;
	}
#Beat{
	position:relative;
	top:40px;
	left:109px;
	width:68px;
	height:105px;
	text-align:center;
	font-size:100px;
	font-family: Viga, Tahoma, Geneva, sans-serif;
}

#BellButton{

}

#timeSignature{
	position:relative;
	top:20px;
	left:68px;
	width:38px;
	height:15px;
	text-align:center;
	font-size:10px;
}

#timeSignature:hover{
	color:#c32e2e;
	font-weight:bold;
}

#tap{
	position:relative;
	top:-159px;
	left:236px;
	width:44px;
	height:15px;
	text-align:right;
	font-size:12px;
	color:#a3a3a3;
	cursor:pointer;
}

#tap:hover{
	color:white;
}

#power{
	position:absolute;
	background-image:url('https://images2.imgbox.com/b6/95/7rR7JbDJ_o.png');
	top:150px;
	left:290px;
	width:21px;
	height:32px;
	cursor:pointer;
}

#power:hover{
	background-image:url('https://images2.imgbox.com/c1/8a/6oYWxUdE_o.png');
}


#TempoContainer{
	position:relative;
	color:white;
	top:50px;
	left:105px;
	width:78px;
	height:19px;
	text-align:center;
	font-size:16px;
	font-family: Viga, Tahoma, Geneva, sans-serif;
}
.unselectable {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

h1 {
	padding: 10px;
	font-family: 'Viga', Arial, Helvetica, sans-serif;
	margin-top: 50px;
	Margin-left: -40px;
}





#article {
	color:white;
	font-family:  Arial, Helvetica, sans-serif;
	padding: 400px 10% 1% 10%;

}

a { 
	color: yellow;
}