:root {
  --primary-brand-color: #a53723;
}

/* Center content */
#wrapper {
  text-align: center;
}

#app_body {
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  padding: 0;
}

/* Align lists left */
#wrapper ul {
  text-align: left;
}

/* Link Styles */
#wrapper a,
#header a,
#content a {
  color: #232323;
  text-decoration: underline;
  transition: color 200ms ease-in-out;
}

#wrapper a:hover,
#header a:hover,
#content a:hover {
  color: #a53723;
  text-decoration: none;
}