Selectors choose which HTML elements should receive a style rule.
p
line-height: 1.6;
.note
background-color: #fff4cc;
#hero-title
color: #7a1fa2;
Element selector: p