body {
  font: 16px/1.3 "Muli", Helvetica, sans-serif !important;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0; }

#all {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

#content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center; }

#main {
  overflow-x: visible;
  box-sizing: border-box;
  width: 100%;
  max-width: 553px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }

.canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.img-head img {
  width: 100%; }

.words {
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  display: block;
  margin-top: -100px; }

.thank-you {
  font-size: 18px;
  font-weight: 300;
  display: none;
  margin-top: 12px;
  color: #eee; }

.button {
  font-size: 24px;
  padding: 12px 36px;
  cursor: pointer;
  transition: all ease .2s;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 0;
  background-color: #ff4e50; }

.button:hover {
  background-color: #ff3437; }

.button:active {
  background-color: #ff4e50; }

.button-ok {
  margin-top: 20px; }

.copyright {
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  color: #eaeaea; }

.detail {
  margin-top: 36px; }

.link {
  font-size: 13px;
  transition: all ease .2s;
  color: #ddd; }

.link:hover {
  color: #ccc; }

.link:active {
  color: #ddd; }

.link-1 {
  margin-right: 36px; }

.policy_text {
  text-align: center;
  font-family: "Muli", Helvetica, sans-serif;
  color: black;
  font-weight: 200; }

/*# sourceMappingURL=styles.css.map */
