.boost-trigger-button {
          background-color: #404040;
          border-radius: 72px;
          border: 0;
          box-shadow: 0px 8px 20px rgba(85, 85, 85, 0.8);
          color: #fff;
          cursor: pointer;
          font-family: inherit, sans-serif;
          font-size: 18px;
          font-weight: bold;
          outline: 0;
          position: fixed;
          bottom: 24px;
          right: 48px;
          padding: 16px 24px;
          transition: all 200ms;
        }

.boost-trigger-button:hover {
          background-color: rgb(67, 67, 67);
          box-shadow: 0px 8px 30px rgba(85, 85, 85, 0.8);
          transform: scale(1.025);}