h1 {
    font-size: 4.5em;
    text-shadow: 0.05em 0.05em 0 #800000;
    margin: 0.1em
}

h1:hover {
    text-shadow: 0.09em 0.09em 0 #a00000;
}

#penis {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.big250 {
    font-size: 2.5em;
    margin: 0.5em 0 1em 0 

}

.cliq {
    display: flex; 
    flex-direction: column; 
    position: relative;

    cursor: pointer;
    height: 320;
    width:320;
}

#fqme {
    position: absolute;
    left: 0;
    top: 0;
    height:100%;
    width:100%;
}

.animFr {
    position: absolute;
    left: 0;
    top: 0;
    background-image: none;
    background-repeat: none;
    height: 320;
    width: 320;
}

#animFrb.play-now {
    animation: playb 1s steps(5) forwards;
}

@keyframes playb {
    from { background-position: -320 0; }
    to { background-position: -1920px 0; }
}

#animFra.play-now {
    animation: playa 0.8s steps(8) forwards;
}

@keyframes playa {
    from { background-position: -1280 0; }
    to { background-position: -3840px 0; }
}

#simoun {
    margin: 0;
    position: absolute;
    top: 23%;
    left: 50%
}

#counter {
    font-size: 3em;
    position: fixed;
    left: 50%;
    bottom: 5%;
    color: black ;
}