@font-face {
    font-family: eka;
    src: url(fontit/Cherry_Bomb_One/CherryBombOne-Regular.ttf);
}

@font-face {
    font-family: toka;
    src: url(fontit/Danfo/Danfo-Regular-VariableFont_ELSH.ttf);
}

@font-face {
    font-family: kolmas;
    src: url(fontit/Meddon/Meddon-Regular.ttf);
}

@font-face {
    font-family: neljas;
    src: url(fontit/Asset/Asset-Regular.ttf);
}

body {
    text-align: center;
    font-size: 150px;
    background-image: url(tausta.svg);
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
}

.container{
    width: 100%;
    min-height: 40vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes move {
0%,100% {
background-position: 200% 0%;
}

50% {
background-position: 0% 200%;
}
}

.eka {
    font-family: eka, sans-serif;
    font-size: 250px;
    margin-left: 70px;
    margin-top: 40px;
    margin-bottom: -50px;
    letter-spacing: 70px;

    text-transform: uppercase;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 400%;
            animation: move 5s ease infinite;
            background-image: 
            linear-gradient( 68.7deg, 
            #ff9e1f 13.2%, 
            #ffc456 29.8%, 
            #fff48f 48.9%,
            #ffc456 68.2%, 
            #ff9e1f 86.4% );
}

.toka {
    margin-top: -70px;
    color: #e93a7d;
    font-family: toka, sans-serif;
    text-shadow: 6px 5px #a1005e;
}

.kolmas {
    font-family: kolmas, cursive;
    color: #fdedcb;
    margin-top: -320px;
    text-shadow: 0px 0px 20px #ff8615,
                 0px 0px 20px #ff8615;
}

.neljas {
    margin-top: -290px;
    color: #fd6d9d;
    font-family: neljas, serif;
}