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

body {
  margin: 0;
  padding: 0;
  font-family: 'Rajdhani', sans-serif;
  overflow: hidden;
  background: #05070f;
  color: #eaf7ff;
}

* {
  box-sizing: border-box;
}
