.stamps1{
  display:flex;
  position:absolute;
  flex-direction:column;
  width:190px;
  height:200px;
  background:rgba(255, 255, 255, 0.7);
  justify-content:center;
  align-items:center;
  top:990px;
  padding:5px;
}
.stamps1 img {
  width:100px;
  height:120px;
} 