body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #ffffff;
    font-family: Poppins, sans-serif;
  }

  .form-container {
    text-align: left;
  }

  .label-bold {
   font-weight: bold;
   font-size: 14px;
  }
  
  .container {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    max-width: 400px;
  }
  
  .container img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .menu-text ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
  }
  
  .menu-text li {
    margin-bottom: 7px;
  }
  
  .menu-selection label, .menu-selection input, .menu-selection button {
    display: block;
    margin-bottom: 10px;
  }
  
  .menu-selection {
    text-align: center;
  }
  
  .cashcode-input, .amount-input {
    display: none;
    text-align: center;
  }