so basically you want the same head style on all pages of the website it is a very easy task
it is called the master header.
cut all code of the header and paste it into one page make sure the page break div work properly then by the include method import it where you want
such as if our header is header.php
then include in the page as
include("header.php")