@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=Encode+Sans:100,200,300,400,600,700,800,900,bold);*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=vietnamese);*/
/*@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;subset=vietnamese);*/

html, body{
  margin: 0;
  width: 100%;
  overflow: hidden;
  /*touch-action: none;*/
}

html {
  display: table;
  margin: auto;
  height: 100%;
  /*height: calc(100vh + 3000px);*/
}

body{
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 100%;
}
