body{
background: linear-gradient(228deg, #000353, #003f4b, #730071);
background-size: 600% 600%;
-webkit-animation: hatter 18s ease infinite;
-moz-animation: hatter 18s ease infinite;
animation: hatter 18s ease infinite;
color: white;
background-attachment: fixed;
font-family: blenderpro;
}

.container{
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    place-content: center;
    justify-content: center;
      position: fixed;
  inset: 0px;
  width: 12rem;
  height: 5rem;
  max-width: 100vw;
  max-height: 100dvh;
  margin: auto; 
  width: 90%;
}

/* mukodik xd */

.title{
    font-size: 56px;
    background: linear-gradient(to bottom, yellow, rgb(255, 102, 0) 100%);
    ;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10;
    filter: drop-shadow(1px 1px 0px #000);
}

.pocsgombmeret{
    font-size: 36px;
    border-radius: 0px;
    margin-left: 4px;
    border-color: transparent;
}

.pocsgombmeret:hover{
    border-color: transparent;
}


@font-face {
    font-family: blenderpro;
    src: url(BLENDERPRO-MEDIUM.TTF);
}


@-webkit-keyframes hatter {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes hatter {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes hatter {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.faszkivan {
    background-color: rgba(0, 0, 0, 0.397);
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.397) 0px 0px 15px;
}