body{
    font-family: sans-serif;
    background-color: gray;
}

header{
    background: linear-gradient(329deg, #48ff00, #48ff00, #48ff00, #ffffff, #ff0000, #ff0000, #ff0000);
    background-size: 500% 500%;

    -webkit-animation: menoHatter 15s ease infinite;
    -moz-animation: menoHatter 15s ease infinite;
    animation: menoHatter 15s ease infinite;

    text-shadow: white 0px 0px 10px;
}

/* 1. Ensure the height of the whole page is at least the screen height */
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main, .content-wrapper {
    flex: 1;
}

footer {
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(to right, gold, gold, gold, gold, palegoldenrod, gold, gold, gold, gold);
    background-size: 200% 200%;

    -webkit-animation: menoHatter 15s ease infinite;
    -moz-animation: menoHatter 15s ease infinite;
    animation: menoHatter 15s ease infinite;
    animation-direction: reverse;

    width: 96%;
    margin: 10px auto;

    border-radius: 10px;

    border: 1px solid linen;

    text-align: center;
    box-shadow: rgba(255, 217, 0, 0.651) 0px 0px 10px;
    color: black;
}

main, header{
    background-color: rgb(241,241,241);
    width: 95%;
    border: 0.5px solid gray;
    text-align: center;
    margin: 10px auto;
}

 /*@keyframes menoHatter {
    0%{
       background: linear-gradient(to bottom, red, white, green);  
    }
    33%{
        background: linear-gradient(to left, red, white, green);
    }
    66%{
    	background: linear-gradient(to top, red, white, green);
    }
    100%{
        background: linear-gradient(to right, red, white, green);
    } 
 }*/

@-webkit-keyframes menoHatter {
    0%{background-position:67% 0%}
    50%{background-position:34% 100%}
    100%{background-position:67% 0%}
}
@-moz-keyframes menoHatter {
    0%{background-position:67% 0%}
    50%{background-position:34% 100%}
    100%{background-position:67% 0%}
}
@keyframes menoHatter {
    0%{background-position:67% 0%}
    50%{background-position:34% 100%}
    100%{background-position:67% 0%}
}

footer img{
    height: 40px;
}

main{
    box-shadow: 5px 5px 20px red;
    background-color: pink;
    padding: 10px;
    margin-top: 20px;
    height: 50vh;
}


main a {
    padding: 20px;
    color: white;
    width: auto;
    text-shadow: black 2px 2px;
    font-weight: 900;
    border: 1px solid aqua;
}



#footerdiv div{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin-bottom: 10px;
}

#footerdiv{
    margin-left: auto;
    margin-right: auto;
    display: none;
    justify-content: space-evenly;    
}

#harkaliAlert, #hobagoloAlert, #szarkaAlert{
    display: none;
    height: 200px;
    width: 100%;
}

.linkek{
    display: flex;
    background: linear-gradient(to top, magenta, magenta, magenta, magenta, rgb(255, 129, 255), magenta);
    border-radius: 10px;
    box-shadow: black 5px 5px 5px;
    width: 95%;
    margin: 0 auto;
    padding: 5px;
    gap: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.linkek a{
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
    outline: none;
    border: 1px solid #ba6;
    border-color: #7c7c7c;
    background: linear-gradient(to bottom, gray, rgb(161, 161, 161));
}

.linkek a:hover{
    background: linear-gradient(to bottom, gray, rgb(184, 184, 184));
}

.linkek a:active{
    background: linear-gradient(to bottom, rgb(134, 134, 134), rgb(109, 109, 109));
    border: 1px gray inset;

}

.fekete, .fekete div, .fekete main, .fekete article, .fekete section, .fekete header{
    color: black;
    background-color: black;
}

.fekete main, .fekete header, .fekete footer{
    display:none;
}


#authDiv{
    background-color: darkgray;
    padding: 5px 0;
    color: white;
}

#authDiv div{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 95%;
}

#authDiv a{
    color: white;
    text-decoration: none;
}



/*/////////////////////////////////////////////*/

.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #977607;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}


/*/////////////////////////////*/


.button {
    position: relative;
    display: inline-block;
    padding: 0.618rem 1.618rem;
    cursor: pointer;
    color: #FFF;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    background: red none repeat scroll 0% 0%;
    border: 1px solid #242424;
    border-radius: 4px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.25),
      0 1px 0 rgba(255, 255, 255, 0.25) inset,
      0 0 0 rgba(0, 0, 0, 0.5) inset,
      0 1.25rem 0 rgba(255, 255, 255, 0.08) inset,
      0 -1.25rem 1.25rem rgba(0, 0, 0, 0.3) inset,
      0 1.25rem 1.25rem rgba(255, 255, 255, 0.1) inset;
  
    transition: all 0.2s linear 0s;
  
    text-align: center;
    text-decoration: none;
    margin: 0.618rem;
  }

  .button:hover,
.button:focus {
  text-decoration: none;
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.5),
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 0 0 rgba(0, 0, 0, 0.25) inset,
    0 20px 0 rgba(255, 255, 255, 0.03) inset,
    0 -20px 20px rgba(0, 0, 0, 0.15) inset,
    0 20px 20px rgba(255, 255, 255, 0.05) inset;
}
.button:active {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 0 rgba(255, 255, 255, 0) inset,
    0 0 5px rgba(0, 0, 0, 0.5) inset,
    0 20px 0 rgba(255, 255, 255, 0.03) inset,
    0 -20px 20px rgba(0, 0, 0, 0.15) inset,
    0 20px 20px rgba(255, 255, 255, 0.05) inset;
}

.button::before {
    content: "";
    display: block;
    position: absolute;
    background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background:linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    padding: x 12px;
    top: 0;
    left: 15%;
    height: 1px;
    width: 40%;
    box-shadow: 0 1px 5px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out 0s;
  }
  .button:active::before {
    opacity: 0;
  }
  .button:hover::before {
    left: 45%;
  }