@import url(https://fonts.googleapis.com/css?family=Exo:400,600,700&amp;subset=vietnamese);

html, body{
  margin: 0px;
  touch-action: none;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

html {
}

body{
}

.root{
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
