nav {
  background-image: linear-gradient(#002D59,#004A95);
  padding: 0;
  top: 20px;
  display: grid;
  place-items: center;
  z-index:998;
}