@charset "utf-8";

html{
	font-size:calc(100vw / 192);
}


body{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size:3rem;
	line-height:140%;
	display:block;
	position:relative;
	margin:0;
	padding:0;
	z-index:0;
	color:#040404;
	background-color:#002233;;
	width: 100svw;
  	height: 100svh;
}

