   /*style for butterflies webiste*/
   
   
   
    body{background-color: #f9fa55;}
    h1{color: #44942c;}
    nav{background-color: #f55008;color: white;}
    footer{background-color:#f55008; }
    nav a {color: white; font-family: arial, tahoma sans-serif}
    main{background-color: #fcca61;}
//this will be ignrored 
long/*this will not be shown*/

p,li{font-family: Arial, tahoma, sans-serif;
    
}