#container{
    display: grid;
    grid-template-columns: repeat(4,250px);
    
    grid-gap: 20px;
    justify-content: center;
}
#container>div{
    border: 1px solid rgb(80, 191, 206);
    border-radius: 7px;
    height: 400px;
}
.img1{
    width: 230px;

}

.big-img{
    width: 100%;
}
.skin-head{
 font-size: 24px;
 font-family:Verdana, Geneva, Tahoma, sans-serif;
 text-align: center;
}
.best-head{
    font-size: 21px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    position: relative;
    left: 75px;
}
.best-s{
    margin: 0%;
    letter-spacing: -1px;
    font-size: 12px;
    text-align: center;
    width: 35%;
    height: 20px;
    background-color: rgb(214, 79, 79);
    color: rgb(248, 233, 233);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.btn{
    width: 230px;
    height: 40px;
    font-size: 17px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(70, 176, 184);
    background-color: white;
    /* border: 2px solid rgb(133, 170, 155); */
    margin: 15px 0px 15px 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-style: none;
    position: relative;
    top: 68px;
 
     
 }
 button:hover{
     background-color: rgb(0,175,239);
     color: white;
     cursor: pointer;
 }
 .divContent{
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(80, 77, 77);
    font-size: 15px;
    height: 100px;
    line-height: 14.5px;
 }
 .rating{
     background-color: rgb(100, 175, 100);
     width: 20%;
     height: 20px;
     padding-top: 3px;
     margin: auto;
     border-radius: 5px;
     color: white;
 }
 .R-div{
   margin-bottom: 0px;
 }
 #list-item{
    display: flex;
    list-style-type: none;
    gap: 20px;
    position: relative;
    /* top: 20px; */
    right: 20px;
    
}
#list-item>li{
    border: 1px solid grey;
    padding: 5px 22px;
    border-radius: 15px;
    position: relative;
    left: 55px;
    height: 30px;
    
}
#list-item>li:hover{
    border: 1px solid rgb(0, 175, 239);
    background-color: rgba(0, 175, 239, 0.05)

}
#list-item>li>a:hover{
    text-decoration: underline;
}
#list-item a{
    text-decoration: none;
    color: rgb(0, 175, 239);
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}
#slideshow{
    display: none;
}