@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');

/*Global*/

body, body * {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0 none;
	vertical-align: baseline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.canvasSize {
	position: absolute;
	width: 120px;
	height: 60px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393d47;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("sprite.png");
	background-size:120px 120px;
}

#exit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
    display:block;
}
.fontFix {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


sup {
	vertical-align: super;
	line-height: 0;
}

.border {
    
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    pointer-events:none;  
	z-index: 115;
}


a, a:visited, a:active, a:hover { 
  color: #393d47;
}


/*Main*/


#logoW {
	position: absolute;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#tagline {
	position: absolute;
	background-position: 0px -60px;
	top: 0px;
	left: 0px;
	z-index: 50;
}






