a {
  color: green;
}
a:hover {
  color: #115808;
}
p {
  color: #080808 !important;
}
body {
  color: #080808 !important;
}
@media only screen and (max-device-width: 684px) {
  .hero h1.home {
    font-size: 32px !important;
  }
}
a.test {
  color: rgb(22 163 74);
}

.pubs li {
  margin-bottom: 8px;
}
