html {
  user-select: none;
  cursor: default;
}

.mail-link {
  transition: color 0.2s ease;
}

.mail-link:hover {
  color: #ffd700 !important;
}

.iakumulatory {
  color: #ffd700 !important;
  z-index: 1000;
}