* {
	margin: 0;
	padding: 0;
    -webkit-user-select: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	//background: #039df3;
    background: #ffffff;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    canvas
    {
        margin-top: 0px;
        margin-bottom: -4px;
        overflow: hidden;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}

@font-face {
    font-family: 'Teko';
    src: url(fonts/Teko-Bold..ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.loadFont {
	font-family: 'Teko';
	opacity: 0;
	position:absolute;
    pointer-events: none;
}

.loadFont2 {
	font-family: 'Teko-Medium';
	opacity: 0;
	position:absolute;
       pointer-events: none;
}

.loadFont3 {
	font-family: 'Teko-Regular';
	opacity: 0;
	position:absolute;
       pointer-events: none;
}


#content {
	left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

#captions {
    font-family: 'Teko';
    position:fixed;
    top: 0%;
    left: 50%;
    width: 80%;
    text-align: center;
    vertical-align: top;
    transform:translate(-50%, 0%);
    color:white;
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    max-width: 80%;
    padding: 0.5em;
    visibility: hidden;
    border-radius: 20px;
    //text-shadow: 0px 0px 10px #000000;

    font-size: 3em;
    pointer-events:none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
                                  text-shadow:
   -2px -2px 0 #000,  
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000
}
