@import "header";
@import "agree";
@import "content";
@import "player";
@import "loader";
@import "close";
/*# sourceMappingURL=main.css.map */
body {
  margin: 0 auto;
  padding: 0;
  font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 800px;
}
* {
  box-sizing: border-box;
}
.container {
  padding: 0 0.5rem 0;
}
.flex {
  display: flex;
}
.row {
  flex-direction: row;
}
.column {
  flex-direction: column;
}
.agree .hideThis {
  display: none;
}

.agree .showThis {
  display: block;
}
