https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/ID_selectors
ID selectors - CSS | MDN
The CSS ID selector matches an element based on the value of the element's id attribute. In order for the element to be selected, its id attribute must match...
id selectorscssmdn