/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700,800,900,bold);*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&amp;subset=vietnamese);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Arima+Madurai);
html, body{
  margin: 0px;
  touch-action: none;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}

html {
}

body{
}

.root{
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
