#cart {
  border: 2px solid black;
  background-color: lightgray;
  height: 100px;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}
