body, html {
  margin: 0;
  padding: 0;
  font-family: Inter;
  height: 100%;
  background-color: black !important;
  color: #000;
}
p {
    font-size: 35px;
    margin-top: 50px !important;
    color: #fff;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.05;
  animation: bgGlitch 3s infinite;
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/inter-v18-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter-v18-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0,0,0,0.8) 0%, rgba(0,0,0,1) 100%);
  z-index: -1;
}

.content {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}


form {
  margin-top: 2rem;
}

input[type="email"] {
  padding: 0.8rem;
  font-size: 1rem;
  border: none;
  border-radius: 85px !important;
  width: 250px;
}

button {
    padding: 15px 22px;
    background-color: #ccff00 !important;
    border: none;
    border-radius: 85px !important;
    color: #000;
    font-weight: bold;
}

.privacy {
    margin-top: 20px;
    color: #fff !important;
}

.hp02-opening {
    display:flex;
    justify-content:center;
    margin-top:100px;
}

.hp02-opening img {
    max-width: 1200px;
}

@media (max-width: 768px) {
.hp02-opening {
    margin-top:0;
}
}