body{
    margin: 0%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.background{
    background-image: url(../img/background/blogs_background.jpg);
    
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-position-x: center ; 
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -2;
}
/* .background::after{
    height: 100%;
    width: 100%;
    position: absolute;
    background: inherit;
    content: "";
    z-index: -1; 
    filter:blur(1px);
} */


.blog_head{
    display: flex;
    /* margin-bottom: 5px; */
    background-color: rgb(201, 227, 218);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 75%;
    z-index: 2;
}

.blog_head .back_home{
    margin: 0 6%;
    background-color: rgba(118, 182, 219, 0.733);
    border-radius: 13px;
    width: 50px;
    text-align: center;
    font-size: 80%;
    padding: 2%;
}

.background_more{
    margin: 0 4%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    overflow-y: auto;
    display: flex;
}

.blog_body{
    opacity: 0.68;
    flex: 1;
    display:flex;
    flex-direction: row;
    margin: 0px 20px 0px 20px;

}

.left_contents_page{
    background-color: rgb(200, 200, 200);
    border-radius: 15px;
    width:180px;
    margin-right: 5px;
    margin-top: 30px;
}

.main_page{
    overflow-y: auto;
    scrollbar-width: none;  
    -ms-overflow-style: none; 

    flex: 1;
    margin: 0px 10px 0px 10px;
    border-radius: 15px;
    padding: 2%;
    padding-top: 5%;
}
.main_page::-webkit-scrollbar {
    display: none;
}

.blogs_list{
    flex: 1;
    background-color: rgba(160, 205, 235, 0.788);
    box-shadow: 0 8px 32px 0 rgba( 0, 0, 0, 0.37 );
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    min-height: 200px;
    max-height: 200px;
    overflow:hidden;
}

.file_title_and_time{
    background-color: rgba(196, 247, 255, 0.279);
    display: flex;
    flex-direction: column;

    border-radius: 12px;
    padding: 2%;
}

.file_title{
    font-size: 150%; 
    margin: 0 0 3px 0;
}

.file_time{
    margin: 5px 0 0 0;
    font-size: 40%
}

/* 
.file_other{
    
} 
*/

.right_other{
    /* background-color: rgb(200, 200, 200); */
    width: 200px;
    margin-left: 5px;
    margin-top: 30px;
    border-radius: 15px;
}
