

.page_title2{
    
    font-size: 30px;
    margin-top: 10px;
    color: rgb(51, 101, 138);
    font-weight: bold;
    text-align: justify;
    width: 720px;
    font-family: panno-light;
    margin-bottom: 20px;
}

.page_authors{
    
    font-size: 18px;
    
    
}
.main_table{
    
    margin-top: 50px;
    
}

.main_image_container{
    
    width: 300px;
    height: 320px;
    border-radius: 8px; 
    box-shadow: 2px 0px 3px lightgrey; 
    overflow: hidden;

}
.main_image{
    border-radius: 8px;
}

.main_text{
    
    width: 790px;
    background: white;
    font-family: arial;
    border-radius: 8px;
    box-shadow: 2px 0px 3px lightgrey; 
    padding-left: 100px;
    margin-left: 50px;
    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 40px;
    text-align: justify;
  
}

.author_box{
    
    padding: 5px;
     color: white;
    font-weight: bold;
    
}

.author_box_image{
    
    height: 30px;
    border-radius: 17px;
    border: 2px solid  white;
    width: 30px;
    background: rgb(221, 78, 38);
    overflow: hidden;
   
    
}

.author_micro_image{
    width: 30px;
    
}

.author_description{
    font-size: 13px;
    color: black;
    padding: 5px;
    
    
    
}

.author_table{
    
    background: rgb(51, 101, 138);
    border-radius: 0px;
    padding: 5px;
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 0px;
    display: inline-table;
    
}

.tags{
    
    width: 410px;
    background: white;
    min-height: 60px;
    padding: 20px;
    
}

.tag_header{
    
    margin: 5px;
    color: rgb(221, 78, 38);
    font-size: 20px;
}

.tag{
    
    font-size: 15px;
    color: white;
    background: rgb(51, 101, 138);
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px;
    
}
.table_margin{
    
    margin-left: 20px;
    
}
.author_intro{
    font-size: 11px;
    color: #333333;
    margin-top: 15px;
}

.page_created{
    padding-top: 0px;
    font-size: 11px;
    color: #333333;
    padding-bottom: 10px;
    color: rgb(221, 78, 38);
    margin-left: 20px;
}

.text{
    padding: 50px;
    padding-top: 15px;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
    font-family: panno-light;
    
    
}

.text a{
    color: rgb(221, 78, 38);
    
    
}

h2{
    
    font-size: 20px;
    font-family: panno-light;
    color: rgb(51,101,138);
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: bold;
}

p{
    
    font-family: panno-light;
    font-size: 18px;
    margin-right: 16px;
    line-height: 22px;
    margin-top: 10px;
}

p a{
    
    font-weight: bold;
    color: rgb(221, 78, 38);
    cursor: pointer;
    
}
.page_label{
    font-size: 15px;
    color: white;
    background: rgb(221, 78, 38);
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}