I need to override some elements within my Razor page so I\'ve inserted the styles immediately after the opening code block:
@{
The style tag should be in the head tag, not in the body tag.
head
body
You should make a region in the head tag in your layout, and put the style tag in that region.
style