@import url('./paineis.css');

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  touch-action:pan-x pan-y;

}


html, body{
  
  display:flex;
  flex-direction: column;
  overflow:hidden;
  width:100%;
  height:100%;
  
}


