.text-justify {
    text-align: justify;
}
:root {
    --p95: 0.95;
    --p85: 0.85;
    --p75: 0.75;
    --p65: 0.65;
}
.prosojno-95 {
    opacity: var(--p85);
}
.prosojno-85 {
    opacity: var(--p85);
}
.prosojno-75 {
    opacity: var(--p75);
}
.prosojno-65 {
    opacity: var(--p65);
}
.recaptcha {
    z-index: 100;
}
#naVrh {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 199; /* Make sure it does not overlap */
    cursor: pointer; /* Add a mouse pointer on hover */
}