/* Pulsanti */
.btn-primary {
  background-color: #03626e !important;
  border-color: #03626e !important;
  color: white;
}
.btn-primary:hover {
  background-color: rgba(3, 98, 110, 0.8) !important;
  border-color: #03626e !important;
}

/* Colore del testo */
.text-primary {
  color: #03626e !important;
}
