body{
    background-color: #1a1a1a;
    color: white;
    padding: 0px;
    margin: 0px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 24px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #213459;
}

nav ul li {
  float: right;
}

nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #9ca040;
}
.Überschrift-index{
    margin: 10px;
    padding: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
h2{
 color: white;
}
.cards{
  margin: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.card-1{
  background-color: #213459;
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  width: 300px;
  height: 500px;
  text-align: center;
  border: 3px rgb(11, 26, 128) solid;
}
.card-2{
  background-color: #213459;
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  width: 300px;
  height: 500px;
  text-align: center;
  border: 3px rgb(11, 26, 128) solid;
}
.card-3{
  background-color: #213459;
  margin: 10px;
  padding: 10px;
  border-radius: 30px;
  color: white;
  width: 300px;
  height: 500px;
  text-decoration: none;
  text-align: center;
  border: 3px rgb(11, 26, 128) solid;
}
.Txt-Meinungsfreiheit{
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.Text{
  background-color: #1a1a1a;
  text-align: center;
  display: flex;
}
.back {
  background-color: #e62020;
  padding: 20px;
  margin: 20px;
  display: flex;
  justify-content: right;
  align-items: bottom;
  text-decoration: none;
  width: 125px;
  float: right;
  right: 50px;
  height: 100%;
  border-radius: 10px;
}
.back a {
  text-decoration: none;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
}
img{
  height: 100vh;
  
}