 body {
     background-image: url('../images/bg1.jpg');
     font-size: large;
}
 .card {
     border: none;
     box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
     border-radius: 15px;
}
 .card-header {
     background-color: #fff;
     border-bottom: none;
}
 .card-body {
     background-color: #fff;
     border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
     text-align: justify;
}


 .footer {
     background-color: #343a40;
     color: #fff;
}

.zdj {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    
}

.bg-grey-spec {
    background-color: #d3d3d3 !important;
  }
  
  .font-spec {
   font-size: 2rem;
  }
  
  .zoom {
    transition: transform .2s
  }
  
  .zoom:hover {
    transform: scale(1.25);
  }