

h3 {font-style: italic;text-shadow:-1px 1px 2px #000,1px 1px 2px #000,1px -1px 0 #000,-1px -1px 0 #000; margin-top:15px;}

.banner {
  margin: 0 auto;
  text-align: center;
  width: 20em;
  background: #c00;
  height: 5em;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  border-radius: 0.3em;
}


.shopping-image {

  height: auto;
  width: 10em;
}
.shopping-image > img {

  height: 5em;
  width: 10em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 2em 2em 0/0 3em 3em 0;
  box-shadow: 3px 5px 1px 3px #990000;
}

.text {
  height: 5em;
  width: 10em;
  display: flex;
  justify-content: center;
  text-align: center;
}
.text > * {
  font-size: 16px;
  text-align: center;
}

a {
  color: #fff;
}