body {
  background-color: white;
}

h2 {
  text-align: center;
  color: #6faec3;
  font-family: Verdana, Arial, sans-serif;
}

h3 {
  text-align: center;
  color: #6faec3;
  font-family: Verdana, Arial, sans-serif;
}

h4 {
  text-align: center;
  color: red;
  font-family: Verdana, Arial, sans-serif;
}




img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p2 {
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
}

.p3 {
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
}

.p4 {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  color: #6faec3;
  display: inline;
}
.p4 a{
  color: #6faec3;
}

.p5 {
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.p6 {
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  line-height: 1.5;
}


#container {
  width: 100%;
  aspect-ratio: 2/1;
  margin: auto;
  border: solid black 2px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.blue {
  background-color: lightblue;
  height: 95%;
  aspect-ratio: 1/2;
}

.green {
  background-color: lightgreen;
  height: 50%;
  aspect-ratio: 2/1;
}

.blue, .green {
  display: inline-block;
  margin: 5px;
  scroll-snap-align: center;
}

#containertuete {
  width: 50%;
  aspect-ratio: 1/2;
  margin: auto;
  border: solid black 2px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}

.tuete {
  height: 95%;
  aspect-ratio: 1/2;
  display: inline-block;
  margin: 5px;
  scroll-snap-align: center;
}

#rahmenspende {
  text-align: center;
  border: solid black 2px;
  margin: 20px;
  padding-right: 20px;
  padding-left: 20px;
}



