Enqueue custom css file on specific page

Call like this. It may be help you.

wp_register_style('profile-style',content_url().'/mu-plugins/sacfoodies/styles/style.css');
wp_enqueue_style('profile-style');