body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background-color: #333;
  color: #f0f0f0;
}

.impressum-container {
  padding: 20px;
  max-width: 800px;
  margin: 50px auto;
  background-color: #444;
  border-radius: 8px;
}

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

h2 {
  font-size: 1.5em;
  margin-top: 40px;
}

p {
  line-height: 1.6;
  margin-bottom: 20px;
}

a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
