PageSpeed Insights says I should:
"Eliminate render-blocking JavaScript and CSS in above-the-fold content"
It only references my single CSS file. I know it isn't necessary to execute on all of Google recommendations, but I'd like to accomplish this last one. How can I do that? The only thing I can think of is to move the contents of my CSS file to <head></head> but then the user's browser won't be able to cache that CSS.