* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100vw;
  height: 100%;
  font-size: 14px;
}

body {
  background-color: #636b7f;
  font-family: Roboto, sans-serif;
}

#appBody {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=styles.css.map */