* .menu-link:hover {
  color: purple!important;
}

.ast-custom-button-link>.ast-custom-button {
  color: black!important;
  background: white;
  border-radius: 35px;
}

.ast-custom-button-link>.ast-custom-button:hover {
  color: white!important;
  background: purple;
}

.site-header-primary-section-center.site-header-section.ast-flex.ast-grid-section-center {
  color: #2e274a;
  background-color: #0014ed;
  border-radius: 44px;
}