html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #060713;
  color: #f7fbff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

main {
  display: block;
}

.fg-safe-hero {
  min-height: 65vh;
  min-height: 65svh;
}

.fg-safe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
}

.fg-safe-card {
  background: rgba(10, 14, 32, 0.84);
  border: 1px solid rgba(32, 246, 210, 0.3);
}
