html {
  font-size: 1.0rem;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.1rem;
  color: purple;

}

h3 {
  font-size: 1.8rem;
  color: purple;

}


h4 {
  font-size: 1.6rem;
  color: marine;
}

h5 {
  font-size: 1.4rem;
  color: blue;

}




p {
  font-size: 1.1rem;
  color: indigo;
  font-family: Helvetica, Arial, sans-serif;
}


.zentrierte-tabelle {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.alert {
	color: red;


}
