/* css */

body { color: black}
body { background: url(background.jpg);
       background-position: center center;
       background-attachment: fixed;
       background-repeat: no-repeat;
       background-size: cover;
       min-height: 100vh;
     }

H1   { font-family: Helvetica,
                    Geneva,
		    Arial,
                    SunSans-Regular,
                    sans-serif;
       font-size: 16pt;  
     }

H2   { color: white;
       font-family: SunSans-Regularr; 
       font-size: 12pt;  		    
     }

p    { font-family: Helvetica; 
       font-size: 12pt;  		    
     }
 
.PIED { font-style: italic;
       margin-left: 80% ;
       padding: 0.5em;
      }
