@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body,
html {
  padding: 0px;
  margin: 0px;
  font-family: 'Inter', sans-serif;
  padding: 12px;
}

.container {
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
}

.question-container img {
  width: 100%;
}

.question-container p {
  line-height: 29px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  display: block;
}

.question-container strong {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 30px;
  color: rgb(211, 42, 42);
  font-weight: 700;
  margin-bottom: 25px;
}

.question-container a {
  width: 100%;
  max-width: 408px;
  color: #fff;
  background-color: rgb(42, 211, 83);
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto 25px auto;
  padding: 20px 0px;
}

.question-container {
  display: none;
}

.last-text {
  margin: 25px 0px;
}

.footer {
  margin-top: 600px;
  padding: 25px 15px;
  font-size: 12px;
  text-align: center;
  background-color: #efefef;
}

.footer a,
.footer a:hover {
  color: #000000;
}

a {
  cursor: pointer;
}