body {
  margin: 0;
  padding: 0;
  background-color: #c60219; /* Red background */
  font-family: 'Montserrat', sans-serif;
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top-text {
  position: absolute;
  top: 2vh;
  text-align: center;
}


.top-text .de,.top-text .en {
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.1;
}

.footer {
  position: absolute;
  bottom: 2vh;
  width: 100%;
  text-align: center;
}

.footer img {
  max-width: 50%;
  height: auto;
}

.minutes {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.3em;
  margin: 1em 0;
}

.minutes .number {
  font-size: 15vw;
  font-weight: 900;
  color: white;
}

.minutes .label {
  font-size: 14vw;
  font-weight: 700;
  color: white;
  margin-left:50px;
}

.templateText {
    text-align: center;      /* zentriert */
    font-size: 32px;         /* größer als Standard */
    font-weight: 600;        /* fetter */
    color: #FFF;
	margin-top:200px;
}
