@font-face {
  font-family: OtomanopeeOne;
  src: url(../font/OtomanopeeOne-Regular.ttf);
}

body{
	overflow:hidden;
	touch-action: none;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	background-repeat: repeat;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
	width: 100%; 
	height: 100%; 
	animation: animatedBackground 80s linear infinite;
	margin:0px;
}

@keyframes animatedBackground {
    0% { background-position: 0 0; }
    100% { background-position: 1920px 0; }
}

canvas{
	position: absolute;
	left:0px;
	top:0px;
}