h1 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #museum-item-category-selector {
    all: revert;
    width: 100%;
    padding: 5px 0;
    background-color: #5e4709;
    color: #ffffff;
    cursor: pointer;
  }
}
