body {
    background: #f4f7fa;
}

.hero {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: white;
    padding: 90px 0;
    background-image: url("../img/gif01.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero h3{
    color:gold;
    font-weight: bold;
}
.feature-icon {
    font-size: 40px;
    color: #0d6efd;
}

.price {
    font-size: 3rem;
    font-weight: bold;
    color: #198754;
}

footer {
    background: #212529;
    color: white;
    padding: 20px;
}