body {
  background-color: #050505;
  color: white;
}
.grid-bg {
  background-size: 40px 40px;
}
.gradient-text {
  background: linear-gradient(to right, #06b6d4, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
