.cim {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: text8-animation 2s linear infinite;
  background-image: linear-gradient(
    -225deg,
    #FFD61F 0%,
    #C0C0C0 29%,
    #3A6EA5 67%,
    #004E98 100%
  );
}

.cim h1 {
  font-weight: bold;
}

.cim a {
  text-decoration: none;
}

@keyframes text8-animation {
  to {
    background-position: 200% center;
  }
}

.bg-celok {
  background-color: #a288b1;
}

.container2 {
    display: flex;
    align-items: center;
    background-color: #e0e0e0;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    margin: 0 auto;
}

.text {
    flex-grow: 1;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.copy-button {
    background-color: #412556;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.app-ikonok {
	padding: 0.5em;
}

.udvozlo_gomb {
	margin-top: 2em;
}

.nostr_lila {
	color: #7f4db0;
}

.nostr_zold {
	color: #1abc9c;
}
