Sometimes you don't want to change all the buttons on a page; you just want to change one. We do this using a class. In HTML, you give the element a class name. In CSS, you use a period (.) to select it.
Every element on a website is technically inside an invisible box. We use CSS to add space inside and outside of that box.
If you have a paragraph with the class name "highlight", how do you write the CSS selector to make its background yellow?