.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  #search {
    width: 100%;
    height: 2.0rem;
    background: #FFFFFF;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 0.8rem;
  }
  
  #searchQuerySubmit {
    width: 3.5rem;
    padding-top:0.3rem;
    height: 2.0rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
  }
  
  #searchQuerySubmit:hover {
    cursor: pointer;
  }    

 