

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
html{
	  font-family: 'Open Sans', sans-serif;
	    overflow-y: none;
}


body {

	font-family: 'Roboto', sans-serif;

	margin: 0;

}

html { 

  color: white;



  background: ;

  font-family: Roboto;

}





iframe{

position:fixed; top:0; left:0; bottom:0; right:0; width:100vw; height:100vh; border:none; margin:0; padding:0; overflow:hidden; z-index:0;
  overflow-y: none;
}




::-webkit-scrollbar{
	width: 8px;
	background: red;
}
::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background: #a6a6a6;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: white;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
























































