.back-button {
    font-family: Space Mono, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.0015em;
    text-align: left;
    color: #ffffff;
  }

  .btn {
    background: #e7f400;
    padding: 6px;
    /* gap: 10px; */
    border-radius: 4px;    
    box-shadow: 3px 3px 0 0 #000000;
    border: 2px solid #000000
  }
  
  span.btn-text {
      font-family: Space Mono, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color:#000000
  }

  .spaceMono{
      font-family: Space Mono, serif;
  }

  .yellow-text-color{
    color: #e7f400;
  }

