Since you're using a solid background color you can use "rgba" to only change the opacity of the background and not affect the content inside.
background-color: rgba(225,225,225,.5);
Add CSS class for the text and set the opacity to 100%
Hi Anne
Try using this CSS code; it might help you with your styling issue.