/* Kommentare stehen in CSS anders als in HTML zwischen  */    /*   */
body {
  background-color: #EDDAB6;    /* #DDA185; #E8D1A4; #EDDAB6*/
  color: #800000;    /* #331919;   */  
}
main {
 text-align: center;
 font-family: Calibri, sans-serif
}

footer {
   font-family: Calibri, sans-serif;
     position: fixed;
  padding: .6em;
  bottom: 0;
  left: 0;
  right: 0;
}