/* Criando um logo simples para o ZimPAY usando CSS */
.logo-container {
  width: 200px;
  height: 200px;
  background-color: #FF7A00;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: bold;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.logo-text {
  text-align: center;
}

.logo-z {
  font-size: 48px;
  margin-bottom: -10px;
}
