.thankyou-page {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 150px;
}
.thankyou-page .back-home {
  border-radius: 5px;
  background: #1A443D;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  display: inline-block;
}
.thankyou-page h1 {
  color: #1A443D;
  font-size: 64px;
}
