p {
    color: green;
    background-color: rgb(219, 40, 40);
    font-family: tahoma;
    font-style: italic;
    
}

h1 {
    font-family: impact;
}












































body {
    overflow-x: hidden;
    cursor: url(kurzorus.png), auto;
}

.trollistika {
    animation: animacione 2s infinite alternate ease-in-out;
    position: absolute;

}

@keyframes animacione {
    0% {
        left: 0;
        transform: translateX(0) rotateX(0deg) rotateY(0deg);
    }
    100% {
        left: 100%;
        transform: translateX(-100%) rotateX(150deg) rotateY(150deg) rotateZ(150deg);
    }

}

.arabik {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.lorem {
    font-family: "comic sans ms";
    font-style: italic;
    font-weight: 900;
    font-size: 70px;
}

div.har {
    display: inline;
}

div .harem {
    display: none;
}
  
div.har:hover .harum {
    display: none;
}
  
div.har:hover .harem {
    display: inline;
}

.halal {
    width: 100%;  
    height: 80vh;
}