a:hover {
  text-decoration: underline;
}
a.journal-name:hover {
  text-decoration: none;
}
footer .footer-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50px;
}
footer .footer-links {
  display: flex;
  gap: 4em;
}
