


header, footer {
    font-family: Calibri, Arial, sans-serif;
    color: white;
    background: black;text-align: center;
    color: red;
    }
    
    h1, h2  {
    font-family: Calibri, Arial, sans-serif;
    text-align: center;
    color: white;
    background: black;
    }
    
    p  {
    font-family: "Times New Roman", Georgia, serif;
   font-size: smaller;
    text-align: center;
    color: black;
    }
    
    body  {
   display: grid;
   max-width: 1024px;
   grid-template-columns: auto 150px;
   grid-template-rows: 150px auto 15px;
   margin: 0 auto; 
    }
    
    header, footer  {
    font-family: Calibri, Arial, sans-serif;
    color: pink;
    background: black
    }
