main{
    margin-top: 10rem;
}

.breadcrumb{
    display: flex;
    gap: 3px;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb span{
    color: #888;
    text-decoration: none;
    font-size: 1.5rem;
}

.breadcrumb a:hover, .breadcrumb a:active{
    color: #0695f5;
    text-decoration: none;
    font-size: 1.5rem;
}

.user-post{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1.5rem 0px;
}

.user-post img{
    border-radius: 50%;
}

.user-post a:link, .user-post:visited{
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}

.user-post a:hover, .user-post a:active{
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}

.user-post time{
    font-size: 1.3rem;
    color: #666;
}

.post-title{
    font-size: 4rem;
    line-height: 5.6rem;
    font-weight: 700;
    margin: 0rem 0px 2rem;
}

.post-main-img{
    width: 100%;
    object-fit: contain;
}


article{
    font-size: 1.8rem;
    color: #444;
    line-height: 1.7;
    padding-top: 2rem;
    overflow-x: hidden;
}


article pre{
    background-color: #09005D;
    padding: 2rem;
    color: #fff;
}

article::target-text {
    margin-bottom: 100rem;
    color: white;
}
article li, article p{
    font-size: 1.8rem;
    line-height: 1.7;
}
article a{
    text-decoration:  none;
    color: #0695f5;
}
article h1{
    font-size:3rem;
}
article h2{
    font-size:2.5rem;
}
article h3{
    font-size:2.3rem;
}
article h4{
    font-size:2.1rem;
}
article h5{
    font-size:1.9rem;
}
article h6{
    font-size:1.6rem;
}
article p{
    margin-bottom: 1.7rem;
}
article h1,article h2,article h3,article h5,article h4,article h6{
    font-weight: bold;
    margin-top: 2.8rem;
    margin-bottom: 1.3rem;
}
article img{
    display: block;
}
article pre{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
article table, tbody, td, tr{
    border:  1px solid #444;
}
article table td{
    padding: 0.3rem 0.6rem;
}

article ul{
    padding-left: 4rem;
    margin-bottom: 2rem;
}

.hscroll{
    overflow-x:auto ;
}
/* Article section ends */

.tchead {
    font-size: 1.5rem;
    font-weight: bold;
}
.tableofcontent{
    list-style: none;
}
.tableofcontent li{
    margin-top:1rem ;
}

.tableofcontent a:link, .tableofcontent a:visited{
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #555;
}

.i-H3{
    padding-left: 3rem;
}
.i-H4{
    padding-left: 5rem;
}
.i-H5, .i-H6{
    padding-left: 6rem;
}

.share-section > p{
    font-size: 1.6rem;
    font-weight: bold;
    align-self: end;
}
.share-section > ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 2rem;
}
.share-section > ul>li{
    margin-left: 0.9rem;
    font-size: 2rem;
}

