li:hover {
  border-color: #2E2E2E !important;
  background-color: #E6F7F1 !important; }

li:hover a {
  color: #23B684; }

li {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 5px;
  width: 35%; }

ul {
  display: flex;
  flex-direction: column;
  align-items: center; }
