@charset "utf-8";
#wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 200px;
  box-sizing: border-box;
}

.thanks-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

#footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media print, screen and (max-width:559px) {
  .footer-share {
    width: auto;
  }
}
