header .header-fix {
  position: fixed;
  top: 20px;
  right: 20px;
  color: black !important;
}

@media (min-width: 800px) {
  .changeBG {
    padding: 0 1rem;
    background-color: var(--special-text);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.247);
    top: 1rem;
    z-index: 99;
  }
}
@media (max-width: 800px) {
  header nav.openMenu {
    width: 75%;
    padding: 1rem;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25);
    li a{
      color: var(--special-text) !important;
    }
  }
}
