body.horo {
    background-image: url('../images/sternhimmel.jpg');
    background-size: inherit;
    background-position: inherit;
    background-repeat: round;
    background-blend-mode: screen;
}

.horo.plot-flex-container {
    opacity: 0.96;
}


h1.horo.fadeOutDiv {
    color: var(--cc-color-15);
}

@media only screen and (max-width: 606px) {
    .horo.text-container {
        opacity: 0.96;
        height: 89dvh;
    }
}