/*@font-face {
  font-family: "";
  src: url("fonts/") format("woff2"),
       url("fonts/") format("woff");
}*/

*{
	box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
}
::-moz-selection { background: #C4FF0E; }
::selection { background: #C4FF0E; }




body{
	font-family: "Helvetica";
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
}



.align--center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.align--centerh{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}








@media only screen and (max-width: 800px) {

	body{
		font-size: 18px;
	}

}







@media only screen and (max-width: 340px) {

	body{
		font-size: 16px;
	}

}