body {
  margin: 0;
  padding: 40px 16px;
  min-height: 100vh;
  font-family: "Segoe UI", sans-serif;
  background: #0d0f1a;
  color: #ffffffd9;
  display: flex;
  justify-content: center;
}

.impressum-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.impressum-wrapper::before {
  content: "";
  position: fixed;
  left: 50%;
  top: 40%;
  width: 260px;
  height: 260px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,78,219,0.35), transparent 70%);
  filter: blur(40px);
  z-index: -1;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 10px;
  color: #b8c0ff;
}

p {
  margin: 6px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #d0d4ff;
}

a {
  color: #6f7cff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#mm56 p,
#mm154 p {
}

.seal {
  margin-top: 28px;
  font-size: 13px;
  color: #8f96ff;
}

.seal a {
  color: #8f96ff;
}

h2 + p {
  margin-top: 4px;
}
