<style>
.red-div-wrapper {
text-align: center; /* Center align the content */
}
.red-div {
background-color: #BFE0FF;
padding: 2px 10px; /* 6px vertical, 10px horizontal */
border-radius: 8px; /* Rounded corners */
display: inline-block; /* Display as inline-block */
color: #135F96; /* Text color */
font-weight: 500; /* Medium font weight */
font-size: 12px; /* Set font size */
}
.blink {
color: inherit; /* Inherit color from parent */
font-size: 12px; /* Set font size */
margin-right: 5px; /* Add some space between the dot and the text */
}
</style>
<div class="red-div-wrapper">
<div class="red-div">
<span>Try it, risk free for 30 days!</span>
</div>
</div>