body {
    background-color: #f8f9fa;
    color: #333;
}

.navbar-brand {
    font-weight: bold;
    color: #007bff !important;
    display: flex;
    align-items: center;
    gap: 10px; /* Logo ile yazı arası boşluk */
    font-size: 1.4rem; /* Yazı boyutu */
}

.navbar .navbar-brand img {
    height: 65px; /* Sadece navbar'daki logoda geçerli */
    width: auto;
    filter: brightness(0) saturate(100%) invert(35%) sepia(47%) saturate(5654%) hue-rotate(217deg) brightness(99%) contrast(97%); /* Mavi tonlama */
}