body {
  margin: 0;
  font-family: -apple-system;
  overflow: hidden;
}
#content-area {
  width: 100vw;
  height: calc(100vh - 70px);
}
