/* Cambia colore di sfondo e testo del pulsante "Help Center" */
.Button__tagPrimary {
  background-color: #e2007e !important;
  border-color: #e2007e !important;
  color: #ffffff !important;
}

/* Colore al passaggio del mouse */
.Button__tagPrimary:hover {
  background-color: #e2007e !important;
  border-color: #e2007e !important;
  color: #ffffff !important;
}


.Header__logo {
  filter: brightness(0) invert(1) !important;
}

.Readingprogress__progressBar {
  background: none !important;
  background-color: #e2007e !important;
}

a.signinLink {
  display: none !important;
}

