const Wrapper = styled.div`
  position: fixed;
  z-index: 1000;
  background: white;
  display: flex;
  width: 90%;
  padding: 1rem 5% 1rem 5%;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
`;