
h2 {   display: inline-block;   /* Makes the element behave like an inline element but allows block properties */   background-color: #ADD8E6;   /* Sets the background color (e.g., Light Blue) */   padding: 5px 10px;   /* Optional: Adds some padding around the text for better visual appearance */   color: #333;   /* Optional: Sets the text color */ }