#HeaderDivider {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers horizontally */
  align-items: center;
  /* background-color: rgba(255,255,255,0.05); */
}

#HeaderDivider_SVG {
  position: relative;
  top: -10px;
  width: 80%;
  /* background-color: rgba(255,255,255,0.05); */
}

@media (max-width: 600px) {  
  #HeaderDivider_SVG {
    top: -2px;
    width: 87.9%;
    /* background-color: rgba(255,255,255,0.05); */
  }
}