/* .App {
    font-family: sans-serif;
    text-align: center;
  }
  body {
    background-color: white;
  } */
  
  [data-reach-menu-button] {
    padding: 0.75em 1em;
    background-color:transparent;
    border: none;
   /*  border: 2px solid #ccc;
    border-radius: 5px; */
    margin: 0px 0px 0px 0px;
    width: auto;
    height: '5px';
  }
  
  [data-reach-menu-button][aria-expanded="true"] {
   /*  border-radius: 5px 5px 0 0; */
  }
  
  [data-reach-menu-list] {
    /* border-radius: 0 0 5px 5px; */
    /* border: 2px solid #ccc;
    background-color: white; */
    /* border: 2px solid #ccc; */
    background-color:transparent;
    /* transform: translateY(-2px); */
    margin: 0px 0px 0px 0px;
  }
  