section{
      border: 1px solid #f2f2f2;
}




.Instagram-card{
      background: #ffffff;
      border: 1px solid #f2f2f2;
      border-radius: 3px;
      width: 100%;
      max-width: 600px;
      margin: auto;
     height: 449px;

    }
    
    .Instagram-card-header{
      padding: 20px;
      height: 40px;
    }
    
    .Instagram-card-user-image{
      border-radius: 50%;
      width: 40px;
      height: 40px;
      vertical-align: middle;

    }
    
  
    .Instagram-card-time{
      float: right;
      width: 80px;
      padding-top:10px;
      text-align: right;
      color: black;
      
    }
    
    .Instagram-card-user-name{
      margin-left:20px;
      font-weight:bold;
      color: #262626;
      display: inline !important;
      font-size: 13px;
    }
    
    .Instagram-card-content{
      padding: 10px;
       border: 1px solid #f2f2f2;
    }
    
    .Likes{
      font-weight: bold;
    }
    
    .Instagram-card-content-user{
      font-weight: bold;
      color: #262626;
    }
    
    .hashtag{
      color: #003569;
    }
    
    .comments{
      color:#999;
    }
    
    .user-comment{
      color: #003569;
    }
    
    .Instagram-card-footer{
      padding: 20px;
      display: flex;
      align-items: center;
    }
    
    hr{
      border: none !important;
      border-bottom: 1px solid #ccc !important;
      margin-top: 30px !important;
      margin-bottom: 0px !important;
      padding-bottom: 0px !important;
     
    }
    
    
    .comments-input{
      border: none;
      margin-left: 10px;
      width: 100%;
    }