/* Put your custom CSS Here */
.az-logo {
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #444655;
  letter-spacing: -1.8px; 
}

.az-logo span {
  color: #6610f2; 
}

.az-logo:hover, .az-logo:focus {
  color: #212229; 
}
    