html {
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1em;
  margin: 0;
}

#app {
  height: auto;
  min-height: 100%;
}
