html,
body {
  background: white;
}

#content {
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: auto;
}

body {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.muted,
.muted-text {
  color: gray;
  opacity: 0.5;
}

.price {
  position: absolute;
  right: 0;
  display: block;
  padding: 10px;
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.row {
  margin-top: 10px;
  margin-bottom: 5px;
  min-height: 50px;
}

h2 {
  font-size: 2.3em;
}

ul h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

ul h3 {
  font-size: 1.2em;
}

.category-image {
  border-top: 8px solid black;
}

footer {
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
}
footer, footer a {
  color: white;
}

.center {
  text-align: center;
}