.post {
    font-size: 18px;
    margin-top: 20px;
    font-family: Georgia, Cambria, Zilla Slab;
    line-height: 1.5em
}

a {
    color: teal
}

table {
    display: block;
    width: 100%;
    overflow: auto;
    border-spacing: 0;
    border-collapse: collapse
}

table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1
}

table td {
    padding: 6px 13px;
    border: 1px solid #dfe2e5
}

table td,
table th {
    padding: 6px 13px;
    border: 1px solid #dfe2e5
}

table th {
    font-weight: 600
}

a.post__title.post__link {
    color: #666;
    font-size: 20px;
    font-weight: 700
}

a.post__title.post__link:hover {
    color: #758bfc
}

.blog__content__small {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5em
}

.post__author {
    color: #575757;
    font-style: italic;
    font-size: 14px;
    font-weight: 400
}

.all__blogs__author {
    color: #575757;
    font-style: italic
}

.next__page {
    margin-top: 50px
}

@media (min-width:992px) {
    .app__menu {
        width: 10% !important
    }
}

.text-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.post__action__link {
    padding-bottom: 20px
}

img {
    width: 100%;
}