You might have another CSS file that overrides the styles.
To check if that's the case,try applying the '!important' property to a style rule. For example:
div { border: 1px solid red !important; }
Let me know if this works!