.opacity-full {
    opacity: 0.6;
}

.custom-margin {
    margin-bottom: -80px;
}

.floating-button {
  position: fixed; /* Fixes the button relative to the viewport */
  top: 20px; /* Adjusts vertical position from the bottom */
  left: 20px; /* Adjusts horizontal position from the right */
}