.thanks-wrapper {
  font-size: 20px;
  padding: 0 20px;
}

.thanks-wrapper h1 {
  padding-bottom: 20px;
}

.thanks-link {
  color: rgba(221, 98, 41);
}

.thanks-link:hover {
  color: rgba(221, 98, 41, 0.5);
  transition: all, 0.5s ease-in-out;
}
