.introjs-tooltipbuttons {
    text-align: center;
  }
  
  .introjs-tooltiptext {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: yellow;
  }
  .introjs-title {
    color: lightsteelblue;
    letter-spacing: 0.1em;
  }
  
  .introjs-turnoff > label {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    color: lightsteelblue;
    letter-spacing: 0.045em;
  }
  
  .introjs-overlay {
    opacity: 0.0 !important;
  }
  
  .introjs-helperLayer {
    background-color: transparent;
    border: 1px solid yellow;
    box-shadow: 0 0 5px 7px yellow;
  }
  
  .introjs-button {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.095em;
  }
  
  .introjs-tooltip {
    background-color: rgb(0, 0, 0, 0.8);
  }
  
  .introjs-button,
  .introjs-button:hover, .introjs-button:focus, .introjs-button:active,
  .introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
    border: 2px solid transparent;
    text-decoration: none;
    color: #fff;
  }
  
  .introjs-button:hover, .introjs-button:focus, .introjs-button:active {
    border: 2px solid #fff;
    text-decoration: none;
  }
  
  .introjs-disabled, .introjs-disabled:focus, .introjs-disabled:hover {
    color: #969696;
    border: 2px solid transparent;
  }