:Project81/styles.css

.WW-bg  {
  position: relative;
  width: 100%;
  height: 100vh;
  background:#0f0f0f;
  display: inherit;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  
  z-index:-3;
}

.text-hover {
  display: inline-block;
  padding: 4px 8px;  
  transition: box-shadow 0.3s ease;
}

.text-hover:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}