* {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  font-size: 16px;
  line-height: 1.5;
}

*:not(input):not(textarea){
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
}

body {
  margin: 0;
  background-color: black;
}

h2{
  text-align: center;
  margin : 0;
  padding : 20px;
  padding-top: 100px;
  font-size: 48px;
  font-weight: 900;
}

h3 {
  text-align: center;
  margin : 0;
  padding : 20px;
  font-size: 24px;
  font-weight: 900;
  padding: 50px 35px 15px 35px;
}

a.unset {
  all: unset;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.grecaptcha-badge{
  z-index: 2;
}

@font-face {
  font-family: 'Segoe Script Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe Script Regular'), url('fonts/SegoeScript.woff') format('woff');
}