/* CSS Document */
header h1  {
    color: white;
    background-color: black;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    }
    
    header h2  {
    color: white;
    background-color: black;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    }