How do I get rid of the left and top offsets on the header?

Hey @AdityaPauL9!

Try:

.navbar {
  left: 0;
  top: 0;
}

and replace navbar with the class of your navbar.