
.img{
    width: 250px;
    height: 250px;
    display: block;
    margin: auto;
    margin-top: 20px;
    align-items: center;
}
.img:hover{
    border: 1px solid grey;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.div{
    display: block;
    justify-content: center;
    align-items: center;
    border: 1px solid grey;
    width: 320px;
    height: 400px;
    border-radius: 10px;
}
.div:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border: none;
    background-color: rgb(253, 249, 238);
}
.div:hover img{
    transform: scale(20deg);
}

.title{
    text-align: center;
}
.price{
    text-align: center;
    margin-top: -10px;
    
}
.buy{
    margin-left: 125px;
    width: 70px;
    padding: 5px;
    margin-top: -10px;
    position: absolute;
    border-radius: 5px;
    border: 1px solid black
}
.buy:hover{
    background-color: rgb(14, 193, 193);
    border: 0.2px solid grey;
    color: white;
    box-shadow: 1px 2px 5px 1px rgb(158, 157, 157);
}

#cart{
    display: flex;
    justify-content: space-evenly;
}
form{
    text-align: center;  
    
}
input{
    width: 300px;
    padding: 8px;
    margin: 5px;
}
input:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: rgb(228, 237, 249);
}
.button{
    text-align: center;
}
#details{

    text-align: center;
    display: block;
    justify-content: center;
    border: 1px solid black;
    padding:  0px 550px;
    
}
.sub{
    width: 100px;
}
.sub:hover{
   background-color: rgb(110, 206, 110); 
   border-radius: 5px;
}
.acname{
    border: 1px solid grey;
    background-color: rgb(249, 242, 222);
    padding: 8px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.acno{
    border: 1px solid grey;
    background-color: rgb(249, 242, 222);
    padding: 8px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.acacno{
    border: 1px solid grey;
    background-color: rgb(249, 242, 222);
    padding: 8px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn{
    border: 1px solid black;
}
#check{
    width: 150px;
    padding: 8px;
}
#check:hover{
    background-color: rgb(188, 114, 114);
    border: 1px solid grey;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}