#showMagCon{
    width: 85%;
    margin: auto;
    margin-top: 50px;

}
body{
    background-color: none;
    background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
     
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-body{
    border-radius: 20px;
  
}
#jname{
    color:black;
}
.card-img{
    border-radius: 20px;
    /*overflow: hidden;*/
}
.card-img:hover{
  transform: scale(1.0);
    transition: transform .5s ease;
}
/* div{
    text-align: justify;
    text-justify: inter-word;
} */
table > tbody > tr > td 
{
  table-layout:fixed;
  /* width:20px; */
  overflow:hidden;
  word-wrap:break-word;
  text-align: right;
}
.fa-arrow-left{
    margin: 0px;
      margin-right: 20px;
      margin-left: 10px;
      color: #5CDB95 ;
      font-size: 30px;
      float: left;
}