.breadcrumb {
    font-size: 14px;
    margin: 10px 0; /* Header ve içerik arasında boşluk */
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.breadcrumb a {
    text-decoration: none;
    color: #e55624;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
