Jak usunąć margines ciała z Navbar w CSS

.navbar {
  margin: -1% -1% 1% -1%;
}
Alien0w0