/**************************TAG Selectors***************************/
body {
  background-color: #F3F9FB;
}

/* Kein h1 Tag vorhanden und deshalb deaktiviert!
h1 {
  font-size: 75px;
  color: #2155CD;
}
*/
hr {
  border-style: none;
  border-top-style: dotted;
  border-color: #87C0CD;
  border-width: 5px;
  width: 5%;
}

p {
  font-size: 15px;
  color: #113F67;
}

table {
  margin-left: auto;
  margin-right: auto;
}
