.details_box{
    margin: 70px auto;
    max-width: 90%;
    border: 1px solid #ccc;
    box-shadow: 1px 5px 10px #ccc;
}

@media screen and (min-width:1000px) {
    .details_box{
        margin: 70px auto;
        max-width: 60%;
        border: 1px solid #ccc;
        box-shadow: 1px 5px 10px #ccc;
    } 
}

.details_container{
    margin-left: 15px;
}

.details_box h1{
    font-size: 26px;
    line-height: 36px;
    color: var(--buzz-detail-title-color,#344999);
}

.details_auther{
    padding-top: 0px;
    color: grey;
}

.details_box hr{
    width: 95%;
}

.details_content{
    width: 95%;
    font-size: medium;
    font-family: cursive sans-serif;

}

.details_content img{
    width: 98%;

}