html {
  font-size: 15px;
  font-family: "Arial";
}

h2, h3 {
  text-indent: 40px;
  font-weight: 800;
} 

#blau {
  color: blue;
  font-weight: bold;
}

#pink {
  color: HotPink;
}

#rot {
  color: red;
  font-weight: bold;
}

#orange {
  color: orange;
  font-style: italic;
}

#gelb {
  color: yellow;
  font-style: italic;
}

#braun {
  color: brown;
  font-style: italic;
}

#grau {
  color: grey;
  font-weight: bold;
}

#teal {
  color: teal;
}

#limegreen {
  color: limegreen;
  font-weight: bold;
}

#green {
  color: green;
}
