body {
  text-align: center;
  font-family: "Archivo", sans-serif !important;
  color: white;
  height: 75vh;
}

.landing-page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}

.overundr-logo {
  width: 320px;
  padding-top: 3%;
  padding-bottom: 2%;
}

.subheader {
  font-size: 25px;
  font-weight: 400;
}

.support-email {
  color: #1ce783;
  font-size: 20px;
  font-weight: 800;
}

.header {
  position: relative;
  font-size: 65px;
  line-height: 70px; /* Ensure element height matches font size */
  font-weight: 800;
  font-family: "Archivo Black", sans-serif;
  color: white;
  letter-spacing: 2px;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
}
