.customimg{
	text-align: center;
}
.immg {
  width: 1.5cm; /* Ensure the image is responsive and fits in the card */
  height: 1.5cm; /* Maintain the aspect ratio of the image */
}
.input_file{
	display: block; /* Ensures the input does not inline with other elements */
  margin: 0 auto; /* Centers the input element horizontally */
  width: 100px;
}
.btn-xl {
  padding: 1rem 2rem; /* Adjust padding as needed */
  font-size: 1.5rem;  /* Adjust font size as needed */
  width: 250px;
}
.displayimg td .display{
  width: 2.5cm;
  border-radius: 0px;
  height: 1.5cm;
}
.software-field, .book-field {
    margin-bottom: 20px;
    position: relative;
}
.delete-btn {
    position: absolute;
    right: 10px;
    top: 0;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
   

