@import '../screen-size.scss';

:global {
  .WizardBottom {
    background-color: rgba(163, 153, 144, 0.1);
    position: relative;

    .bottom {
      color: #A0958C;
      font-size: 10px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      margin: auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      padding: 10px;
    }
  }
}
  