.bordered-text { 
    border: 6px solid purple; /* Change 'blue' to your desired color */ 
    padding: 16px;          /* Adds space between the text and the border */ 
    display: inline-block;  /* Makes the border fit the text */ 
    border-radius: 25px;     /* Optional: adds rounded corners */ 
    color: teal;           /* Text color */ 
    background-color: teal; /* Optional: background color */ 