#html
{
    background-color:DarkSlateGray;


}



.productCard
{
     
    margin-left:200px;
    border: 5px solid green;
    width: 350px;
    display:inline-block; 
    background-color:olive;
    float:left;
    
}
#products
{
   
    color:khaki;
}
.info
{
    text-align:left;  

    
}
.head
{
    border-style:solid;
    border-color:black;
    background-color:green;
    border-radius:5px;
    margin-left:100px;
    margin-right:100px;

}
#h1
{
    font-family:'Courier New', monospace;
    color:tan;
    text-align:center;
}
#h2{
   
    font-family:'Courier New', monospace;
    text-align:center;

}
#foot
{
    position:fixed;
    bottom:0;
    color:white;

}
.thumbnail
{
    margin-right:200px;


}
