Which property-value pair makes text bold?
font-weight: bold;
font-style: italic;
font-size: 15px;
color: blue;
We should add font-weight: bold; to make this element's font thicker.