.hero {
  position: relative;
  overflow: hidden;
  background-color: #121214;
}

.hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-color: #121214;
}

.hero .container {
  position: relative;
  z-index: 1;
  background-color: #121214;
}

.hero-title {
  color: #f8fafc;
}

.hero-subtitle {
  color: #cbd5e1;
}

.hero .btn-secondary {
  color: #f8fafc;
  border-color: #cbd5e1;
}
