html, body {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background-color: #c8d9d2;
}

div {
  width: 95vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  iframe {
    height: 2300px;
  }
}

@media screen and (max-width: 281px) {
  iframe {
    height: 2500px;
  }
}
/*# sourceMappingURL=ans.css.map */