body {
    background-color: black;
    color: white;
    font-family: 'Orbitron', sans-serif;
    
}

h1 {
    font-weight: 700; /* Bold weight for headings */
  }
  p {
    font-weight: 400; /* Regular weight for the paragraph */
  }