body {
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: black;
    text-align: center;
    background-color: #f8f9fa
}

@media screen and (max-width:768px) {
    body {
        text-align: center
    }
}

main {
    text-align: center;
    display: block;
    font-size: 22px
}

#nav-logo {
    margin: 4px;
    margin-top: 5px;
    text-align: left
}

#nav-logo1 {
    margin: 4px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 50px
}

* {
    box-sizing: border-box;
    color: #342d42
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

.single-post .content p {
    text-align: justify;
    font-size: 20px;
    margin: 30px 30px;
    line-height: 150%;
    font-weight: 400;
    font-style: normal;
    color: #5e5e5e
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify
}

h1 {
    color: #101828;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-top: 40px;
    /* letter-spacing: -.5px */
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    color: #101828;
    margin: 10px
}

ul,
li {
    text-align: justify;
    margin: 10px
}

li {
    color: #5e5e5e;
    font-size: 20px;
    line-height: 1.7em
}

h5,
.strong {
    text-align: left;
    color: #101828;
    font-weight: 500;
    font-size: 24px
}

.content {
    margin-bottom: 50px;
    padding: 20px
}

.container {
    max-width: 1004px;
    width: 100%;
    margin: 0 auto
}

.share-art {
    position: relative;
    overflow: hidden;
    margin: 20px;
    padding: 15px 0;
    flex: 1;
    display: flex
}

.share-art a {
    float: left;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    margin: 3px;
    padding: 0 5px;
    height: 30px;
    min-width: 30px;
    text-align: center
}

.share-posts {
    position: relative;
    overflow: hidden;
    margin: 20px;
    padding: 15px 0;
    flex: 1;
    display: flex
}

a {
    text-decoration: none
}

.share-art a i.fa {
    margin-right: 2px;
    font-size: 12px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome
}

.container1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.share-postss {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%
}

.share-postss>div {
    flex-basis: 45%;
    margin: 10px
}

@media only screen and (max-width:767px) {
    .container1 {
        flex-direction: column;
        align-items: center
    }

    .share-postss>div {
        flex-basis: 100%
    }
}

.nav-li {
    display: inline-block;
    flex-direction: row;
    flex: 1;
    text-align: right
}

.nav-ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#sharesocial {
    text-align: center;
    justify-content: center
}

.adsbygoogle {
    margin: 0 auto
}

@media(max-width:768px) {
    .adsbygoogle {
        width: 100%
    }
}

.article-container {
    margin-top: 40px;
    text-align: center;
}