*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.page-thanks {
  max-width: 750px;
  margin: 0 auto;
  background: #111;
}

.page-thanks img {
  display: block;
  width: 100%;
  height: auto;
}

.thx-main {
  position: relative;
}

.thx-cta-link {
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  display: block;
  transition: opacity 0.3s;
}

.thx-cta-link:hover {
  opacity: 0.85;
}
