.center {
    margin: auto;
    margin-top: 0px;
    width: 70%;
    height: 100%;
    position: relative;
    top: 170px;
    overflow: hidden;
    color: white;
    border-bottom: 1px solid grey;
    padding-bottom: 5%;
  
  }
  
  
  .the-img
  {
    border-radius: 6%;
    width: 600px;
    height: 400px;
  }
  
  .txt-post{
    font-size: 20px;
    width: 40%;
  }
  
  @media screen and (max-width: 1441px){
    .center{
      width: 90%;
    }
  }
  
  
  
  
  
  @media screen and (max-width: 601px) {
    .tt-fix{
      padding-top: 15%;
    }
  }
  
  @media screen and (max-width: 515px){
    .tt-fix{
      padding-top: 35%;
    }
  }
  
  @media screen and (max-width: 447px){
    .tt-fix{
      padding-top: 60%;
    }
  }
  
  @media screen and (max-width: 402px){
    .tt-fix{
      padding-top: 120%;
    }
  
    .button-rd-more{
      margin-left: 30% !important;
    }
  }
  
  @media screen and (max-width: 368px){
      .tt-fix{
        padding-top: 150%;
      }
  }
  
  @media screen and (max-width: 325px){
    .tt-fix{
      padding-top: 200%;
    }
  }
  
  @media screen and (max-width: 1211px) {
    
    .center{
      width: 90%;
    }
  
   
    
    .txt-post {
      
      text-align: center;
      width: 80%;
      padding-top: 2rem;
      max-width: 100%;
      height: auto;
      margin-left: 10%;
    }
  
    .tt-fix{
      margin-top: 100px !important;
    }
  
  
    .button-rd-more{
      margin-right: 30% !important;
      
    }
  
    .date{
      position: relative;
      left: -20px;
    }
  
    .rapounzel{
      margin-top: 1rem;    
    }
  
    .the-img{
      width: 430%;
      margin-left: 40%;
      max-width: 100%;
      height: auto;
      margin-top: 30%;
      
    }
  
  
    .txt-post{
      text-align: left;
    }
  } 
  
  
  
  
  .title{
    height: 120px;
    text-align: left;
    font-size: 1.8rem;
    
  }
  
  
  .date{
    text-align: right;
  }
  
  /* CSS gia read more form */
  
  /* Set a style for all buttons */
  .button-rd-more {
    background-color: transparent;
    color: white;
    padding: 14px 20px;
    margin-right: 150px;
    border: 1px solid white;
    border-radius: 5%;
    cursor: pointer;
    width: 100%;
    float: right; 
    font-size: 17px;
  }
  
  .button-rd-more:hover {
    opacity: 0.8;
  }
  
  img.avatar {
    width: 40%;
    border-radius: 50%;
  }
  
  .container-btn-more {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Contact Info  */
  .modalinfo{
      background-color: rgba(0,0,0,0.8) !important;
  }
  
  .modal-contentinfo{
      width:30% !important;
  }
  
  @media screen and (max-width: 768px){
    .modal-contentinfo{
      width: 80% !important;
    }
  }
  
  @media screen and (max-width: 325px){
    .modal-contentinfo{
      width: 90% !important;
    }
  }
  
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .info{
      position: absolute; 
      margin-top: 90px; 
      right: 70px;
  }
  
  .infoph{
      right: 10px; 
      position: absolute; 
      margin-top: 80px;
  }
  /* End Contact Info  */
  
  
  /* Modal Content/Box */
  .modal-content {
    background-image: url("assets/img/back-img.png");
    margin: 10% auto 0% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid black;
    width: 80%; /* Could be more or less, depending on screen size */
    box-shadow: 5px 5px 8px #000;
    overflow-y: hidden;
  
  }
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }
  
  /* END of Read More form */
  
  .rapounzel{
    color: white;
    position: relative;
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 3%;
    font-size: 25px;
  
  }
  
  .rm-txt{  /* read more button txt distance title text*/
    padding-top: 3rem;
  }