How to shorten the background color left over from the text? enter image description here
Css
    p {
    background-color: #CC3340;
    text-align: center;
    border-radius: 100px;
    font-size: 1.2em;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    }
 
    