.list-items {
  margin: 0;
}

.list-items a {
  text-decoration: none;
  color: #660200;
  display: block;
  padding: 10px;
  margin: 5px 0;

  transition: all .5s;
}

.list-items a:hover {
  background-color: #660200;
  color: white;
  font-size: 18px;
}