    /* style.css */
   
   .header {
            color: tomato;
            background: black;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-family: "helvetica", arial, sans-serif;
            font-size: 100%;
            letter-spacing: 2px; 
                                  }
            
            
    .sub-header {
            background: black;
            font-family: "helvetica", arial, sans-serif;
            font-style: italic;
            color: white;
            padding-left: 10px;
            padding-top: 10px;
            padding-bottom: 0px;
            position: relative;
            top: -16px; 
                        }
    .text {
            font-family: 'helvetica', sans-serif; 
            background: tomato; 
            color: black;
            padding: 10px; 
            letter-spacing: 1px; 
            min-width: 300px;
            max-width: 800px;
            text-align: justify; }      
            
      H3 {
          font-family: 'helvetica', sans-serif;
          background: tomato;
          Font-weight: bold;
          font-style: italic;
          color: black;
          padding: 5px;
          display: inline; 
          letter-spacing: 2px;
      }
    body {
        background-image: url("background.jpg");
        background-size: cover;
        font-family: "helvetica", sans-serif;
    }
        
    a:link {
        color: tomato;
        text-decoration: none;}
    a:hover {
        Color:gold;
        text-decoration:none;}
    
    

        
         

    
  
       

          
         
       
    .container {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid grey;
    }