.amount {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  border: 1px solid black;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background-color: white;
  margin-bottom: 10px;
}
