@import 'form.css';

ul.gallery{
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
ul.gallery li {
  text-align: center;
  float: left;
  margin: 1em 1.5em;
  padding: 5px;
  background: white;
  border: 1px solid black;
  width: 20%;
  height: 140px;
  position: relative;
}
ul.gallery li img {
  margin: 0 auto;
}
ul.gallery li a {
  font-size: 72%;
  margin: 5px 0 3px 0;
  color: black;
  text-decoration: none;
}
ul.gallery li a:hover{
  text-decoration: underline;
}
ul.gallery li img.discount {
 position: absolute;
 top: 0;
 left: 0;
}

div#offer {
  position: absolute;
  right: 25px;
  top: -8px;
}
div#offer p {
  position: relative;
  top: -55px;
  right: 5px;
  font-weight: bold;
  font-size: 120%;
  margin: 0;
  padding: 0;
  text-align: center;
}

