.main-content {
    margin: 0 auto;
  }
  .source-for-content{
    font-style: italic;
    max-width: 100%;
    overflow: hidden;
  }
  .main-content > * {
    text-align: center;
  }
  .blog_main_dataInfo > * {
    font-family: "Josefin Sans", sans-serif;
    display: inline-block;
    margin: 0 10px; 
  }
  .new_social_share_container {
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .main_header{
    font-family: "Bebas Neue", sans-serif;
    margin-top: 10px;
  }
  .new_social_share_container > * {
    margin: 5px; 
  }
  .new_social_share_container img{
    width: 30px;
    margin: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.new_social_share_container img:hover{
    filter: drop-shadow(2px 2px 2px #0000006c);
}
  .main_blog_pic {
    width: 98%;
    margin: 0 auto;
  }
  .text_content_blog {
    width: 92%;
    margin: 0 auto;
  }
  .text_content_blog h2,h3{
    font-family: "Kanit", sans-serif;
  }
  h5{
    font-family: "Josefin Sans", sans-serif;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
  }
  .text_content_blog p{
    text-align: left;
    font-family: "Roboto", sans-serif;
  }
  .text_content_blog img{
    max-width: 70%;
    margin: auto;
  }
  .related_header {
    font-family: "Josefin Sans", sans-serif;
    text-align: left; 
    font-weight: bold;
    margin: 10px;
  }
  .related_pages {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-gap: 10px; 
  }
  .related_pages_content {
    text-align: center; 
  }
  .related_pages_content img {
    width: 98%; 
  }
  .related_pages_content:hover {
    opacity: 0.8; 
  }
  @media screen and (max-width: 575px){
    .main-content{
        position: relative;
        top: -40px;
        width: 100%;
    }
    .new_social_share_container{
        max-width: 400px;
    }
    .new_social_share_container img{
      width: 25px;
      margin: 5px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .related_header {
      font-family: "Josefin Sans", sans-serif;
      text-align: left; 
      display: block; 
      margin-bottom: 4px; 
      margin-top: 4px; 
      font-size: 18px; 
      font-weight: bold; 
    }
    .related_pages {
      display: flex; 
      justify-content: space-between;
      overflow-x: scroll;
      overflow-y: hidden;
    }
    .related_pages_content{
      width: 240px;
      height: 100px; 
      margin: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
    }
    .related_pages_content img{
      width: 240px;
      height: 100px; 
    }
}
@media screen and (max-width: 767px) and (min-width: 575px){
    .main-content{
        width: 100%;
    }
    .new_social_share_container{
        max-width: 550px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 767px){
    .main-content{
        width: 768px;
    }
    .new_social_share_container{
        max-width: 500px;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1199px){
    .main-content{
        width: 1200px;
    }
    .new_social_share_container{
        max-width: 600px;
    }
}
@media screen and (min-width: 1601px){
    .main-content{
        width: 1600px;
    }
    .new_social_share_container{
        max-width: 600px;
    }
}