@font-face {
	src: url("./font/nexaheavy.ttf");
	font-family: nexaheavy;
	
  }

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

}

html {	
	flex-direction: column;
}

body {
	flex-direction: row;
	overflow: hidden;
    touch-action: none;
	/*background: radial-gradient(#efefef, #000000);*/
	background: black;
}

canvas {
	margin: auto;
	display: block;
	height: auto;
}

* {
  -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;
}


img{
	position: fixed;
    top: 32.9%;
    right: 41.4%;
    width: 300px;
}
h1, h2, h3 {
	color: white;
	text-shadow: 4px 4px 5px #801a86;
	text-align: center;
	font-family: nexaheavy;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

h1 {
	font-size: 5.8rem;
	top: 69px;
}

h2 {
	font-size: 3.9rem;
	top: 190px;
}

h3 {
	color: #801a86;
	font-size: 3.9rem;
	margin-bottom: 1rem;
	top: 620px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 4.2rem;
	}

	h2, h3 {
		font-size: 2.8rem;
	}
	img{
		position: fixed;
		top: 43.8%;
		right: 33.3%;
		width: 29.8%
	}
}