body,
html {
  height: 100%;
  margin: 0;
  /* font-family: 'DM Sans', sans-serif; */
  overflow: hidden;
}

.bg-gif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.masthead {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.masthead-content {
  text-align: center;
}

.container-fluid {
  max-width: 100%;
  height: auto;
}

h1.fnt-italic {
  font-weight: 600;
  font-style: italic;
  font-size: 4rem;
  margin-top: 4rem;
  color: rgb(255, 85, 0); /*Orange color for SCORPION69 text */
}

@media (max-width: 768px) {
  h1.fnt-italic {
    font-size: 2rem;
  }
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.584);
}
