.sheet {
  background-size: cover;
  background: linear-gradient(
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.9)
  ), url("./img/hopfen_hintergrund.jpg");
}

.table {
  --bs-table-bg: rgba(255,255,255, 0.7);
} 

.product-image {
  max-width: 210px;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-image img {
  margin: 5px;
  max-height: 300px;
}

.footer {
  position: absolute;
  font-size: smaller;
  bottom: 0px;
}
