html, body {
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 16px;
}

.site-title a  img {
  height: 100px;
}

#user-bar {
  background-color: #8b2331;
}

#user-bar a {
  color: white;
}

.title-header {
  font-weight: normal;
  font-size: 2.5rem;
  color: #8b2331;
}

footer {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  font-size: 0.9rem;
background-color: lightgray;
  text-align: center;
}