So. There are 2 drop down menus.
First css code
* { outline: 0; font-family: sans-serif } body { background-color: #fafafa } .... And the second code
body { background: #2a2a2b; color: #fff; text-align: center; font-family: Arial, Helvetica; } ..... Suppose this is all written to the file style.css, the conflict is applied with the body tag and it is applied to the entire site. How to make the styles apply only to these elements and do not conflict with each other?