
/* Aussehen Body */
body { 
    text-align: center;       
    font-family: arial;
    background-color: #ffffff;
    font-size: 12pt;
}
    
/* Aussehen der Headline h1 */
h1 {
   font-size: 20pt;
   text-align:center;
   margin-top: 10%;
}

h2 {
   font-size: 12pt;
   font-weight: bold;
}

a {
  font-family: arial;
  text-align:center;
  text-decoration:none;
  color: black;
}
