body {
  background-color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  color: white;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}

.logo {
  /* Constrain the logo to a max-width to prevent it from being too large */
  max-width: 300px;
  width: 80%; /* Allow it to be responsive on smaller screens */
  margin-bottom: 2rem;
}

.tagline {
  max-width: 650px; /* Limit the width of the paragraph for better readability */
  line-height: 1.6;
  font-size: 1rem;
  letter-spacing: 3px;
}
