.list-group-item.text-muted {
    background-color: #f8f9fa;
}

.navbar-logo {
    height: auto; /* Adjust this value to fit your navbar height */
    width: auto;
    max-width: 200px; /* Adjust this value as needed */
}

@media (max-width: 768px) {
    .navbar-logo {
        height: 30px; /* Smaller size for mobile devices */
    }
}

.show-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .show-image {
        max-width: 500px;
    }
}

pre {
    white-space: pre-wrap;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1em;
}