You need to use either #global {}
in the CSS or <div class="global">
in the HTML.
Ids and classes are two different things, and using the wrong CSS selector
will not work.
Using .global
will make CSS try to find an element in the class global
.