/* ========================= */
/* Base */
/* ========================= */

*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  width:100%;
  height:100%;
}

body{
  background:#fff;
  overflow:hidden;
  -webkit-tap-highlight-color: transparent;
}

#app{
  position:relative;
  width:100%;
  height:100vh;
  height:100dvh;
}