.back-to-main-page {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: var(--zold-szin);
  border-radius: 50%;
  font-size: 20pt;
  transition: all .3s;
  opacity: 0.8;
}

.back-to-main-page:hover {
  opacity: 1;
  cursor: pointer;
}

.effect {
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  transition: all 0.3s ease-in-out;
}

.effect:hover::before {
  width: 100%;
}

.effect:before {
  content: '';
  background: #ffa200;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.alfa-slab {
  font-family: 'Alfa Slab One';
}

.gyakori-kerdesek-inner {
  /*background: rgb(255,255,255);*/
  /*background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,229,92,0.6) 20%, rgba(255,229,92,0.6) 80%, rgba(255,255,255,1) 100%);*/
}

.linkHover {
  color: black;
}

.linkHover:hover {
  color: white;
}

