/* Logo Stili */
.navbar-brand img {
    height: 180px;
    width: 400px;
    object-fit: contain;
    margin-right: 15px;
}

.navbar {
    padding: 10px 0;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.tagline {
    font-family: 'Dancing Script', cursive;
    font-size: 1.2rem;
    color: #666;
    margin-top: 5px;
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap'); 