.museum-list {
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.museum-list:hover {
  color: blue;
}
