#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;
}
/* div{
    text-align: justify;
    text-justify: inter-word;
} */