body {
    font-family: 'Roboto', Arial, sans-serif;
  }
  
  .wrapper {
    width: 100%;
    max-width: 31.25rem;
    margin: 6rem auto;
  }
  
  .label {
    font-size: .625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
  }
  
  .searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
  }
  .change {
      
   border-radius: 1.625rem;
  }
  
  #searchQueryInput {
    width: 100%;
    height: 3.5rem;
    background: white;
    outline: none;
    border: none;
    border-radius: 1.225rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  }
  
  #searchQuerySubmit {
    width: 3.2rem;
    height: 4rem;
    margin-left: -3.5rem;
    background: green;
    border: none;
    outline: none;
    color: white;
    border-radius: 1.225rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  }
  #searchQuerySubmitone {
    width: 6.5rem;
    height: 2.8rem;
    margin-left: -6.5rem;
    padding-right: 6em;
    border: none;
    outline: none;
    background-color: none;
    position: relative;
    }
    #searchQuerySubmittwo {
    width: 6.5rem;
    height: 2.8rem;
    margin-left: -4.5rem;
    padding-right: 10.2em;
    border: none;
    outline: none;
    background-color: none;
    }
  #searchQuerySubmit:hover {
    cursor: pointer;
  }
  .wrapper{
      margin-top: 200px;
  }
  #icons {
        display: flex;
        margin-left: -5rem; /* Adjust the spacing between icons */
      }
  