body {
  --font: "Comfortaa", sans-serif;
  color: #fff;
  font-family: var(--font);
  margin: 0;
  overflow: hidden;
}

.home {
  background-color: #000012;
  background: linear-gradient(0deg,rgba(0, 0, 18, 1) 0%, rgba(0, 0, 121, 1) 100%);
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner {
  background-color: #00000088;
  text-align: center;
}

.header-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 30vh;
}

header {
  text-align: center;
}

h1 {
  font-size: 96px;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-size: 48px;
  font-weight: 500;
  margin-top: 0;
}

.number-input-wrapper {
  text-align: center;
  width: 100%;
}

.number-input {
  -moz-appearance: textfield;
  appearance: textfield ;
  background-color: transparent;
  border-color: #101065;
  border-width: 0px 0px 3px 0px;
  color: #fff;
  display: block;
  font-family: var(--font);
  font-size: 48px;
  height: 48px;
  margin: auto;
  text-align: center;
  width: 40%;
}

.message {
  
}