How to leave this text in the middle?
css:
<style>
.bg-maroon, .bg-aqua, .bg-yellow, .bg-red, .bg-teal, .bg-purple, .bg-orange, .bg-green {
text-align: center;
height: 70px;
border-radius: 50px;
}
.row span {
display: block;
margin-left: auto;
margin-right: auto;
font-size: 18px;
}
</style>