    html, body {
        font-family: Helvetica,"Helvetica Neue",Arial,sans-serif,"websafe";
      margin: 0;
      padding: 0;
      /*background-color: red;*/
      height: 100%;
    }

a{
  font-weight: bold;
  color: #a598a6;
  text-decoration: none;
}
a:hover{
      text-decoration: underline;
}

h1 {
  text-align: center;
  margin: 0;
  color:rgb(162, 194, 246);
  font-weight: bold;
  font-size: 30px;
  overflow-wrap: break-word;
}

h2 {
  color:rgb(162, 194, 246);
  font-size: 20px;
  max-width: 100%; /* vom Parent = 35% */
  overflow-wrap: break-word;
}

#h3 {
  color:rgb(162, 194, 246);
  font-size: 14px;
  overflow-wrap: break-word;
}