body {
  font-family: sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 100vh;
  max-width: 1920px;
  padding: 0 4rem;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
.flex-wrapper {
  display: flex;
  justify-content: space-between;
}

.flex-wrapper > * {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  flex-direction: column;
  align-items: start;
}

h1 {
  margin-bottom: 1rem;
}

h2 {
  margin: 0;
}

h3 {
  color: #ff0080;
}

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

a:hover {
  text-decoration: underline;
}

p {
  max-width: 75rem;
}

.body {
 justify-content: space-evenly;
 margin: 2rem 0;
 flex-wrap: wrap;
}

.body > * {
  margin-right: 2rem;
}
/* delivery_packages_3 */
.delivery-packages-3 {
  position: absolute;
  width: 201px;
  height: 141px;
  left: 123px;
  top: 525px;
}

/* symbols_signs_punctuation_question_mark */
.symbols-signs-punctuation-question-mark {
  position: absolute;
  width: 109px;
  height: 174px;
  left: 512px;
  top: 513px;
}

/* technology_code_opensource-2 */
.technology-code-opensource-2 {
  position: absolute;
  width: 238px;
  height: 208px;
  left: 767px;
  top: 529px;
}

/* winner_victory_two */
.winner-victory-two {
  position: absolute;
  width: 125px;
  height: 139px;
  left: 1143px;
  top: 530px;
}

.footer {

}

.sponsoren {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
