Why is my CSS not loading?

You need to add wp_head() hook before closing of <head> tag hook at header where all the enqueued files will be added dynamically. Check https://developer.wordpress.org/reference/functions/wp_head/

Also don’t forget to put wp_footer() at your footer.php file. See
https://codex.wordpress.org/Function_Reference/wp_footer