How can I make css inline?

For some reason, taking out the beginning / solved my issue:

<style>
    <?php include("wp-content/themes/twentyseventeen/style.css");?>
</style>

After doing this, I removed it because I realized how much slower it made the page load.