/* CSS Document */  
    body{
    background-color: #993300;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;    
    }    
    table{
    background-color: white;
    }
    h3, h4{
    color: #993300;
    }
    h5{
    color: white;
    text-align: center;
    }
    p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;    
    }       
    nav{
    background-color: #CC9980;
    color: white;
    text-align: center;
    padding: 10px;
    }
    nav a{
    color: white;
    text-decoration: none;
    padding: 10px;
    }
    img{
    max-width: 100%;    
    height: auto;        
    }
    .about-text {
    max-width: 500px;
    margin-left: 20px;
    text-align: left;
    }
    .about {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    padding: 20px;        
}
   

   
    
   