.blurry-background-text::before {
  filter: blur(5px); /* Adjust the blur radius as desired */
  z-index: -1; /* Place the blurry background behind the text */}
  
#footer-contact-title {
    color: #898989 !important;
}
#footer-contact-title::hover{
    color:#eca427 !important;
}


/* Ogranicavamo ceo HEADER kontejner i centriramo ga */
.post-single .entry-header {
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    /* Podesavanje margine je kljucno da se centriranjem vizuelno smanji prostor */
}

/* Osiguravamo da se slika uklopi unutar tog smanjenog headera */
.post-single .entry-header img {
    max-width: 100% !important; 
    height: auto !important;
}