.banner-entry:hover h3 {
    opacity: 1;
    transform: translateY(0px);
}

body {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #948683;
    position: relative;
}

.banner-entry:hover p {
    opacity: 0.8;
    transform: translateY(0px);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(42 51 59);
}

.banner-entry h3,
.banner-entry p {
    opacity: 1;
    transform: translateY(0px);
    position: relative;
    z-index: 1;
}

.some-selector {
    color: #fff !important;
}

.categories-page h1 {
    color: #fff;
}

.article p, .article ul {
    color: #fff;
}

.props {
    -webkit-animation: scroll 130s linear infinite;
    animation: scroll 130s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

::-webkit-scrollbar {
    width: 0.8rem;
}

::-webkit-scrollbar-track {
    border-radius: 99px;
    --tw-bg-opacity: 0;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.karzoun-box-poweredby {
    text-align: left;
    font: 400 normal 2px / 1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
    margin-bottom: 15px;
    margin-top: -10px;
    margin-left: 20px;
    font-style: italic;
    font-size: 0px;
    font-weight: bold;
}