body {
  font-family: var(--secondary-font);
}
.beta-tester {
  background-image: url(../Images/img/black-texture2.jpg);
  height: 500px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.betatester-hero-text {
  color: var(--jobless-white);
  font-family: var(--heading-font);
  font-size: 32px;
  text-align: center;
}
.email-submit {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.email-betatester {
  border: 2px solid var(--jobless-green);
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  background-color: transparent;
}
.betatester-info {
  color: #e2e2e2;
}
.hjelp-oss {
  text-decoration: none;
  color: var(--jobless-white);
}
.email-submit {
  width: 100%;
}
.submit-betatester {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: var(--jobless-green);
  color: #0c0c0c;
  font-weight: 800;
  border: none;
}
.betatester-hero-text span {
  color: var(--jobless-green);
}
.hjelp-oss {
  text-decoration: none;
  color: var(--jobless-white);
}
@media screen and (min-width: 769px) {
  .beta-tester {
    height: 600px;
  }
  .betatester-hero-text {
    font-size: 45px;
  }
  .email-submit {
    flex-direction: row;
    width: 100%;
    max-width: 650px;
  }
  .email-betatester {
    width: 100%;
  }
}
