<style>
/* <--  Stylesheetdatei von u-hetzel.de --/>*/
{}

p, h1, h2, h3, ul {
    font-family: Arial, Helvetica, sans-serif;
    

}


h1 {
   background-color: blanchedalmond;
    text-align: center;
    border: 1px solid;
    padding: 0px;
}

.article {
    border: 5px;
    display: grid;  
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    max-width: 100em;
}
  
.aside  {
    
    border:  5px ;
    padding: 5px;
    flex: 1;
}

a::after {
    content: url("https://src.selfhtml.org/dok.gif");
    margin-left: .1em;
  }

.impressum {
    font-size: 8pt;
    color: darkgray;
    text-align: center;
}  
</style>