.btn-purple {
  background-color: #4b208c;
  color: #ffffff;
}

.confirmation {
  color: green;
}

.dib {
  display: inline-block;
}

.bottom-right {
  max-width: 300px;
  position: absolute; /* Position the image absolutely within the container */
  right: 10px;           /* Align the image to the right of the container */
  bottom: 10px;          /* Align the image to the bottom of the container */
}

.ml20 {
  margin-left: 20px;
}