.koza-primary {
  background-color: rgb(97, 3, 3);
  color: white;
}

a.email {
  color: rgb(97, 3, 3);
}

.koza-secondary {
  background-color: rgba(36, 36, 36, 0.25);
}

/* customize bulma*/
.center-tile {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

#wa-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}
#wa-number {
  font-size: 2em;
  color: floralwhite;
}

p {
  word-break: break-word;
}
