
#exhibitionList{
    /* margin-top: -20px; */
    height: 100vh;
    padding: 24px;
    
    overflow-y: scroll;
    /* position: fixed; */
    width: 100vw;
    overflow-y: scroll;
    
}

.exhibitionListItem{
  transition: .1s;
  border: 1px solid black;
  /* height: 10vh; */
  padding: 12px;
  margin-bottom: 12px;

}

.datePill{
    display: flex;
    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid black;
    background-color: #FDB32B;
    border-radius: 2em;
    width: fit-content;
    margin-top: 8px;
    
  }

  a.listItem{
    text-decoration: none;
  }