*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Verdana, Geneva, Tahoma, sans-serif ;
}
body{
    background-image: url("images/خلفيه.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
nav{ display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 10px 20px; 
     background-color: rgb(160, 125, 95); 
    } 
 
span{
     color:rgb(161, 108, 16);
}
b{
    margin:2px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bolder;
    background-color:dimgrey;
    color:rgb(11, 7, 2);
    padding: 8px 20px;
    border-radius: 15px;
    box-shadow: 0 9px 10px blanchedalmond;
}
b:hover{
    color:cornsilk;
    background-color: transparent;
}
a{ 
    text-decoration: none; 
    color:#ffffff; 
    font-weight: bolder; 
    font-size: 10px; 
    margin: 5px; 
}

h1{
    color:white;
    margin-top: 5px;
}
hr{
    margin:20px 0;
    width: 550px;
    height: 3px;
    background-color: black;
}
a{
    margin:10px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bolder;
    background-color:dimgrey;
    color:tan;
    padding: 8px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 15px goldenrod;
}
a:hover{
    color:red;
    background-color: transparent;
}
h3{
    font-size: 25px;
    color:darkslateblue;
     text-shadow: 0 0 15px black ;

}
img{
    width: 435px;
    height: 320px;
    margin: 5px 0;
    border-radius:25px;
}
p{
    font-weight:600;
    width: 450px;
    color:rgb(11, 10, 2);
}
.price{
    display: block;
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #d30707;
}