<div class="loved-by-customers">
<span>❤️ Loved by 10,000 Customers</span>
</div>
<style>
.loved-by-customers {
background: #FFD1D1;
color: #A71E1E;
text-align: center;
padding: 6px;
margin-top: 20px; /* Adjust as needed */
border-radius: 20px; /* Adjust to desired pill shape */
width: 300px; /* Adjust width as needed */
margin-left: auto;
margin-right: auto;
font-size: 14px;
font-weight:
}
</style>