body {
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: -1;
  filter: grayscale(50%);
}

nav {
  transition: background-color 0.3s ease;
}

.group:hover img {
  transform: scale(1.05);
}

input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}