body {
  font-family: Arial, sans-serif;
  background-color: #111111; /* Dark background */
  color: #ffffff; /* Light text */
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Add more styles for specific elements as needed */
