html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-family: 'Rajdhani', sans-serif;
  background: black;
}

#camouflage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
  background: transparent;
  pointer-events: none;
}

.brand {
  font-size: 3.75rem;
  font-weight: 600;
  color: #3b3c36; /* You can use any highlight color you prefer */
}