header {
  background: linear-gradient(
    90deg,
    rgba(223, 211, 244, 1) 18%,
    rgba(198, 212, 248, 1) 83%
  ) !important;
}

.search-tool {
  background-color: #f5f7fa !important;
}

footer {
  background-color: #f5f7fa;
}

.author-name:hover {
  background-color: #f5efff;
}

.author-detail {
  pointer-events: none;
}

.author-detail a {
  pointer-events: auto;
}

.popover {
  width: 600px !important;
  max-width: 600px !important;
}
