* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #50424b;
}


.impressum-section {
  max-width: 100vw;
  margin: 3em auto;
  padding: 2em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.6;
  color: #31525b;

}

.impressum-div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.impressum-section h2 {
  font-size: 2rem;
  margin-bottom: 1em;
}

.impressum-section li, strong {
  list-style: none;
  margin: 1em;
}


.impressum-section a:hover {
  text-decoration: underline;
}
