.img-25{
    width: 25px !important;
    height: 25px !important;
}

.recent-post-img {
    width: 90px !important;
    height: 70px !important;
}

.blog-detail {
    text-align: justify;
}

@media (max-width: 768px) {
    .blog-detail {
        text-align: left;
    }
}

pre {
    background: #333;
    color: #f8f8f2;
    padding: 15px;
    border: 1px solid var(--grey-color);
    border-radius: 5px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    overflow-x: auto;
    line-height: 1.5;
    white-space: pre-wrap;
}

header#pq-header.pq-header-style-2 .navbar-brand {
    background: #090909;
}

#pq-loading {
    background: #090909;
    background-image: url(../images//footer/1.png);
}