body {
  background-color: #9198A1;
  font-family: "Outfit", Arial, sans-serif;
}

#main {
  text-align: center;
  width: 500px;
  border-radius: 1em;
  background-color: white;
  color: #101820;
  padding: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

button {
  padding: 0.65em 1.15em;
  background-color: #0048C8;
  color: white;
  border-radius: 1em;
  border: 0;
  font-size: 16px;
  font-family: "Outfit", Arial, sans-serif;
  cursor: pointer;
}

p {
  text-align: center;
  font-size: 14px;
}

#recaptcha {
  background-color: #F8F9FB;
  margin: 1em; 
  padding: 1em;
}

.grecaptcha-badge {
  display: inline-block;
}

h1 {
  font-size: 24px;
}

ol {
  text-align: left;
  font-size: 12px;
}

strong {
  font-weight: 500;
}