.header {transition: all 0.2s ease-in-out !important;}

h1 span2 {text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
  1px 1px 0 #ffffff;}

/* button */
.custom-button .ba-btn-transition {
    position: fixed;
    bottom: 16px;
    right: 6px;
    opacity: 1;
  z-index: 9999 !important;
  animation: shadow-pulse-ed5df7b1 1s infinite;
}

@keyframes shadow-pulse-ed5df7b1 {
    0% {
        box-shadow: 0 0 #da222c66;
    }

    to {
        box-shadow: 0 0 0 16px #da222c00;
    }
}

.custom-button .ba-btn-transition::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #3fab3c;
    display: block;
    position: absolute;
    z-index: 1;
    right: 3px;
    top: 2px;
    border-radius: 50%;
  z-index: 9999 !important;
}
/* button */