html {
  background-color: aliceblue;
  font-family: sans-serif;
}

.thumbnail {
  width: 100%;
  object-fit: contain;
}

.item {
  background-color: white;
  width: 300px;
  height: 500px;
  padding: 10px;
  margin: 10px;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.price {
  color: #4caf50;
  font-weight: bold;
  font-size: larger;
}

.lastUpdate {
  color: #9e9e9e;
  font-size: bigger;
}
