body{
  background-color: #e9ecef;
}
label{
        font-weight: bold;
    }
      .image-preview {
      width: 100%;
      max-height: 300px;
      object-fit: cover;
      border-radius: 0.5rem;
      border: 2px dashed #ced4da;
      padding: 0.5rem;
      cursor: pointer;
      transition: 0.3s;
    }

    .image-preview:hover {
      border-color: #0d6efd;
    }