body {
  font-family: system-ui;
}

.card {
  background: #141a22;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.glow {
  box-shadow: 0 0 15px #00f7ff;
}
