.navbar:after{
  content: "";
  background: linear-gradient(to right,#7cab24 50%,#1f2f57 50%) ;
  top: 0;
  display: block;
  height: 0.25rem;
  position: absolute;
  right: 0;
  width: 100%;

  top: 90%;
}
