html {
  font-size: 16px; }

body {
  background: white; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  background: #262b36;
  box-shadow: 0 0 8px rgba(24, 39, 31, 0.3); }
  header .pub-logo img {
    max-width: 180px; }

body.pub-article header {
  margin-bottom: 15px; }

footer {
  background: #2e2e2e;
  color: white; }

h1 {
  font-size: 1.90rem !important;
  font-weight: 700; }

/*# sourceMappingURL=public.css.map */
