.framed-text {
  border: 2px solid green; /* Defines the border width, style, and color */
  padding: 10px;           /* Adds space between the text and the border */
  display: inline-block;   /* Ensures the border wraps the text neatly */
}
