.logo {
    display: flex;
    justify-content: center;
}

.header .logo img {
    width: auto;
    max-width: 100px;
}

footer.container {
display: none;
}

.logo::after {
    content: "Sud Bosne i Hercegovine"; /* Replace with your desired text */
    margin-left: 15px; /* Adjust spacing between logo and text */
    font-size: 18px;
    font-weight: bold;
    color: #333;
}