html {
  background: #111439;
}

body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: auto;
  color: #FFFFFF;
}

.cta {
  min-width: 277px;
  height: 59px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.19);
  background-image: linear-gradient(to top, #fd7659, #ff6d2f);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  font-size: 24px;
  font-style: bold;
  letter-spacing: -0.3px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  line-height: 59px;
  margin-bottom: 40px;
  cursor: pointer;
}

.section {
  text-align: center;
  margin: auto;
}

.content {
  text-align: center;
  max-width: 350px;
  margin: auto;
}

.content img {
  max-width: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.content-title {
  font-size: 27px;
  color: #FFFFFF;
  margin-bottom: 0;
  letter-spacing: -0.6px;
  padding: 0 30px;
}

.content-text {
  font-size: 16px;
  padding: 30px;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

footer {
  text-align: center;
  margin-top: 30px;
}

footer img {
  max-width: 35px;
}

footer a {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
}
