<style type="text/css">

h1 {    font-size: 40pt;
        font-family: Arial;
        text-align: center;
        color: black;

        }
        
        
p  {
        font-size: 16pt;
        font-family: Arial;
        text-align: center;
        
        color: black;

    }
    

   
   
 a {    font-size: 19pt;
        font-family: Arial;
        color: black;
    }   
   
  table{
        
        width: 80%;
        margin: auto;
       
        }  
        
     
        body
        {
         background-image:url("hintergrundbild.jpeg");
         background-color:#99ccff;
         background-repeat:no-repeat;
         background-size: cover;
         background-attachment:fixed;
    }
     
 </style>         