


.item{
    
   
    width: 170px;
    height: auto;
    margin: 80px 80px;
    text-align: center;
    font-size: xx-large;
   background-color: ;
    

}

    
    

}
.image:hover{
background-color: brown;
animation:s ;
}
.fcontainer{
    background-color: aliceblue;
    display: flex;
    
    
    
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color:azure
    width: 100%;
    margin-left: 0px;
    

}
img{
    height: 100%;
    justify-content: ;
    width: 80%;
    border-radius:  30px ;
    
   
}

