/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.btn-share {
  border: 0.1rem solid !important;
  border-radius: 0.5rem !important;
  margin-bottom: 1rem;
}

.btn-share:hover {
  border: 0.1rem solid !important;
  border-radius: 0.5rem !important;
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
