/* @font-face {
	font-family: 'default-font';
	src: url('fonts/default-font.eot');
	src: local('☺'), url('fonts/default-font.woff') format('woff'), url('fonts/default-font.ttf') format('truetype'), url('fonts/default-font.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */


*{
	/* font-family: 'default-font', Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	box-sizing: border-box;
	font-size: 22px;
}

body {
	margin: 0;
	padding: 0;

	-webkit-user-select: none;
	-moz-user-select: none; 
	-ms-user-select: none;
	user-select: none; 

	background: linear-gradient(#f7f7f7, #e8e8e8 98%);
	background-size: 10px 10px;
	font-family: 'Helvetica';
}

video{
	
	position: relative;
	height: 666px;
	width: 1280px;
	background-color: black;

}

#addScore{

	position: absolute;
    z-index: 9999;
    text-align: center;
    font-size: 300px;
    width: 100%;
    height: 100%;
	line-height: 230%;
	pointer-events: none;

	color: green;

	/* text-shadow: 0px 0px 10px white; */

	opacity: 0;

}

/* video{
	
	position: relative;
	height: 557px;
	width: 1080px;
	background-color: black;

	margin: auto;
    display: block;
	
} */