body{background-color: rgb(147, 58, 58);}

.img-fluid{position: relative;}

#head{text-align: center; 
    color:rgb(147, 58, 58); 
    position: absolute; 
    z-index: 1;
    top:9%;
    left:30%;
}

#btn1{background-color: rgb(147, 58, 58) ; 
    color:white; 
    transition: 2s; 
    border: 1px dotted rgb(199, 135, 146) ; 
    position: absolute; 
    z-index: 1; 
    top:21%; 
    left:43%;
}

#btn1:hover{
    transform: scale(1.2);
    box-shadow: 10px 5px 2px rgb(251, 235, 238);
}

#d1{ position: absolute; z-index: 1; top:30%; left:14%; color: white;}

.card{transition: 1s;}

.card:hover{transform: scale(0.9); 
    box-shadow: 10px 5px 2px rgb(251, 235, 238); 
}

#price{
    background-image: url("photo_18_2026-07-28_12-08-06.jpg");
    background-size: cover;
    background-position: center;
    width:60%;
    margin:auto;
}

#price th{
    color:palevioletred;
    font-size:22px;
    background-color: transparent;
}

#price td{
    padding:12px;
    font-size:18px;
    background-color: transparent;
}

.footer{
    background-color: rgb(167, 99, 99);
    color: white;
    text-align: center;
    padding: 35px 20px;
    margin-top: 50px;
}

.footer h3{
    margin-bottom: 15px;
    font-size: 30px;
}

.footer p{
    margin: 8px 0;
    font-size: 18px;
}

.footer hr{
    width: 60%;
    margin: 20px auto;
    border: 1px solid rgba(255,255,255,0.5);
}