#app, .container, body, html {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  font-size: 20px;
  overflow-x: hidden;
  min-height: 760px;
  /* font-family: sans-serif; */
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.container {
  min-height: 100%;
}

img {
  max-width: 100%;
}