.no-scroll {
  overflow: hidden;
  height: 100%;
}


.thanks-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100vh;
  padding: 80px 0;
  color: #333;
}

.thanks-page__content {
  text-align: center;
}

.thanks-page__title {
  font-size: 24px;
  margin-bottom: 32px;
  color: #05A9C6;
}

@media (max-width: 768px) {
  .thanks-page__title {
    font-size: 5vw;
  }
}

.thanks-page__message {
  font-size: 16px;
  margin-bottom: 30px;
}

.thanks-page .logo {
  width: 70%;
  max-width: 350px;
  margin-bottom: 32px;
}

.thanks-page__link {
  background-color: #D9EB02;
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 6px 28px;
  border-radius: 100px;
  font-weight: bold;
}