<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #034a5b;
}
.main {
  color: white;
  font-family: 'Arial Bold', sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  margin: 0 auto;
  max-width: 1064px;
  padding: 56px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .main {
    font-size: 24px;
    padding: 114px 20px;
  }
}
.main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.main h1 {
  margin: 0;
}
.main h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .main h2 {
    margin-bottom: 20px;
  }
}
.main li {
  margin-bottom: 0.75em;
}
.header,
.question {
  margin: 0 auto 56px;
}
@media (min-width: 768px) {
  .header,
  .question {
    margin-bottom: 114px;
  }
}
.question label {
  cursor: pointer;
  vertical-align: middle;
}
.question label span,
.question label input {
  vertical-align: middle;
}
.question label span {
  display: inline-block;
}
#SubmitButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 5px;
  background: yellow;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  padding: 0.75em 2.5em;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#SubmitButton:hover {
  background: #ffff33;
}
#SubmitButton:active {
  transform: translateY(1px);
}
@media (min-width: 768px) {
  #SubmitButton {
    font-size: 24px;
  }
}
#SubmitButton span,
#SubmitButton small {
  display: block;
}
#SubmitButton span {
  font-size: 1.5em;
}
#SubmitButton small {
  color: #034a5b;
  font-style: italic;
}
#GIF {
  margin-top: 6em;
  margin-bottom: 1em;
}
</pre></body></html>