body {
  padding:30px;
  background-color: #232323;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;  
}
h1 {
  font-weight: 700;
}
p {
  font-weight: 400;
}

.btn {
  border-radius: 40%;
  border-radius:35px;
  padding: 12px 35px 12px 35px;
  border-color: black;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 6px;
  border-right-width: 6px;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  font-size: 16px;
  line-height: 1.5;
}

.container {
  max-width: 700px;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .container {
    text-align: left;
  }
}

.modal {
  color: #000;
}

.btn {
  font-weight: 600;
}
.btn-success {
  background-color: #00D632;
  color:black;
}
.btn-success:disabled {
  background-color: #008c21;
  border-color: black;
  color: black;
}

.btn-success:hover {
  background-color: #232323;
  color: #00d632;
  border-color: #00d632;
}

.btn-secondary {
  color: #00D632;
  background-color:black;
}

.btn-secondary:hover {
  background-color: #00d632;
  color: #232323;
  border-color: #232323;
}

.modal {
  --bs-modal-footer-border-width: 0;
}

.captcha-container {
  text-align: center;
}