@font-face {
	font-family: 'fff';
	src: url("./fonts/font.woff") format('woff');

}

html, body {
	width: 100%;
	height: 100%;
  margin: 0px;
  padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body {
	flex-direction: row;
	overflow: hidden;
  touch-action: none;
	background: #000;
	color: white;
	font-size: 14px;
	font-family: 'fff';
}

#defaultCanvas0 {
	position: relative !important;
margin-bottom: 33px;
	border: 0px #000 solid;
	margin-bottom: 33px;
}

#soundbtn {
	height:12px;
	width: 100vw;
	position:absolute;
	bottom:0px;
	background: transparent;
	color: #999;
	border: 0px solid;
	font-size: 8px;
	text-align: right;
	font-family: 'fff';
	vertical-align: baseline;
	padding: 0;
	margin: 0;
}

canvas {
	display: block;
	position: relative !important;
margin-bottom: 33px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

#p5_loading {
	content: none;
  display: inline-block;
  width: 180px;
  height: 90px;
	text-align: center;
}

#p5_loading:after {
  content: " ";
  display: block;
  width: 84px;
  height: 84px;
  margin: 0px auto;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff ;
  animation: lds-dual-ring 2s ease-in infinite;
}


@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
	50% {
		border-radius: 0%
	}
  100% {
    transform: rotate(360deg);
  }
}
