body {
  color: #333333;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  height: 80px;
  border-bottom: 1px solid #222;
}

footer {
  color: #DDD;
  background-color: #333;
  padding: 1vh;
  /* font-size: 16pt; */
}

.product_list {
  max-width: 250px;
}