The code snippet you provided contains some errors and formatting issues.
Uso de color “burlywood”:
“burlywood” es un valor de color válido en CSS, pero debes asegurarte de que sea lo que realmente deseas.
In the comment inside the second rule (/* background-color: burlywood; */), you have commented out the background-color property. If you want to keep that property disabled, it is preferable to comment out the entire line rather than just the property.