This is a link to a site with a tutorial and reference material for css:
https://www.w3schools.com/css/
Things that will help (in the long run):
* use the right tags for the usecase (h* for titles/headings)
* always use classes to change the default of tags (no inline css!)
* name classes for the semantic not their style