.pypi-downloads {

}

.title .prompt {
    font-size: 18px;
}

/*
#ticker {
    font-size: 72px;
    font-weight: 900;
}

.ghost {
    width: 72px;
    height: 72px;
    background: url("images/logo.svg") 0 0 no-repeat;
    position: relative;
    opacity: 0.9;
    mix-blend-mode: exclusion;
    animation: ghostMove 2.8s ease-out infinite;
    margin-bottom: -80px;
}

@keyframes ghostMove {
    0% {
        transform: translateY(-80px) translateX(24em) rotateZ(0deg);
    }
    100% {
        transform: translateY(-80px) translateX(-3.5em) rotateZ(0deg) scale(0.5);
    }
}
*/

#ticker {
    font-size: 108px;
    font-weight: 900;
}

.ghost {
    width: 108px;
    height: 108px;
    background: url("../images/logo.svg") 0 0 no-repeat;
    position: relative;
    opacity: 0.9;
    mix-blend-mode: exclusion;
    animation: ghostMove 2.5s ease-out infinite;
    margin-bottom: -120px;
}

@keyframes ghostMove {
    0% {
        transform: translateY(-120px) translateX(36em) rotateZ(0deg);
    }
    100% {
        transform: translateY(-120px) translateX(-5.0em) rotateZ(0deg) scale(0.33);
    }
}
