.book-menu a {
  background-image: none;
  color: rgb(255, 253, 248);
  background: rgb(19, 19, 20);
}

body {
  color: rgb(255, 253, 248);
  background: rgb(19, 19, 20);
}

.book-icon {
    filter: invert(1);
}

