body{
font-family:Arial;
background:#f5f5f5;
margin:0;
}

.title{
text-align:center;
margin:20px;
}

.container{
display:flex;
gap:40px;
padding:40px;
}

.gallery{
width:40%;
}

#mainImage{
width:100%;
border-radius:10px;
}

.thumbnails img{
width:70px;
margin:5px;
cursor:pointer;
border-radius:5px;
}

.details{
width:60%;
}

.price{
font-size:24px;
color:green;
}

.rating{
color:orange;
}

button{
padding:10px 20px;
border:none;
cursor:pointer;
margin-right:10px;
}

.cart{
background:orange;
}

.buy{
background:green;
color:white;
}

.review{
background:white;
padding:10px;
margin-top:10px;
border-radius:5px;
}