@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600&family=Rajdhani:wght@400;500&display=swap');

body {
  font-family: 'Rajdhani', sans-serif;
}

h1, h2, h3, h4,
.card-title,
.navbar,
button {
  font-family: 'Orbitron', sans-serif;
}

body {
  background-image: url("https://robertsspaceindustries.com/media/nt4qtm8mmr5a0r/background_blur/2NDFLEET-Background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

main,
.main-content,
.page-content,
.container {
  background: #0b1622;   /* change to your hex */
  padding: 30px;
  border-radius: 12px;
}

.card,
.container,
.tile,
.section,
.panel {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}