body{
    background: #f1d3d3;
    color: #920608;

}
.red-btn{
    background: #f1d3d3;
    border: #920608 2px solid;
    color: #920608;
}
.main{
    background: #f1d3d3;
    color: #920608;

}

#main-nav{
    position: fixed;
    box-shadow: 5px 5px 5px 5px rgba(250, 9, 9, 0.103);
    background: #fb04042a;
    align-items: center;
    display: flex;
    border-radius: 20px;
    width: 1000px;
    height: 10vh;
   

}

.img_section{
    height: 90vh;
}

.name-brand{
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;

}

.animation-img {
    transition: all .5s;
}
.animation-img:hover {
    animation: anima-img 2s infinite alternate; 
    transition: all .5s;
}

@keyframes anima-img {
    0%, 100% {
        transition: all .5s;
        transform: translateY(0px);
        transform: translateX(0px);
        scale: 1;
    }
    50% {
        transition: all .5s;
        transform: translateY(-5px);
        transform: translateX(-5px);
        scale: 1.1;
    }
}

.icon-shop {
    font-size: 30px;
    transition: all .5s;
    animation: shop 1s infinite;
}

@keyframes shop {
    0%, 100% {
        transform: translateY(0px);
        scale: 0.9;
    }
    50% {
        transform: translateY(-5px);
        scale: 1.1;
    }
}


#main-nav a {
    color:#920608;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all .5s;
}
#main-nav a:hover {
    color:#f1d3d3;
    background-color:#920608;
    border-radius: 10px;
}
.offers{
    background: #f1d3d3;
    width: 100%;
}
.hero{
    background-color: #f1d3d3;
}






















<h5>SnowSilk Hand Cream</h5>
<p>A rich but fast-absorbing hand cream that softens dry skin and restores your natural moisture barrier.</p>

<h5>OceanEssence Face Wash</h5>
<p>Mineral-rich foaming cleanser with seaweed and kelp to detox and refresh tired skin.</p>

<h5>GlowGuard Overnight Oil</h5>
<p>A nourishing oil blend that works while you sleep to restore hydration and boost morning radiance.</p>