/*كود تغيير لون الخلفية*/
body {
  background-color: Light Gray;
}

.product-price {
    font-family: DINNextLTArabic-Regular;
    color: #ff4500;
    align-items: center;
}

/*حجم اللوقو*/
.logo img {
    height: 100px !important;
}

.footer-title span{
    color: gold;
    font-size: 25px;
}

.footer-title {
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.feature-item__icon {
    margin: auto;
    width: 75px;
    height: 75px;
    background-color: coral;
    color: darkturquoise;
    border-radius: 90%;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 3rem;
}

.feature-item h3 {
    font-weight: bold;
    color: white;
    font-size: 35px;
    margin-top: -2rem;
}