h2 {
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
}

h4 {
    font-weight: normal;
    font-size: 1.4rem;
}

#blog-post {
    margin-top: 95px;
}

.main-post .card {
    border-radius: 15px;
}

.main-post img {
    border-radius: 15px;
}

/* Popular posts */

.popular-posts .card {
    margin-top: 10px;
    border-radius: 15px;
}

.popular-posts .card-body {
    display: flex;
}

.popular-posts img {
    padding-right: 10px;
}

/* Comments */

.btn-submit {
    color: white;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 15px;
    font-weight: 600;
}

.btn-submit:hover {
    color: var(--primary-color);
    background-color: white;
    border-color: var(--primary-color);
}

.comments img {
    width: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 15px;
}

.reaction-bar {
    width: 30%;
}

.description span {
    font-size: 0.9rem;
    color: var(--primary-color);
}

.share-icons button {
    border: none;
    background-color: white;
}