body {
  background-color: black;
  background-image:url("suesroom.jpg"); 
  color: #1F0017;
  font-family: garamond;
  justify-content: center;
  align-items: center;
  text-align:left;
}
.sue1{
  position:absolute;
  z-index:4;
  left:780px;
  top:220px;
    transform: scaleX(-1);

  }

.wardrobe{
  display:flex;
  border: 4px double #590055;
  border-style: ridge;
  border-radius: 1px;
  padding: 1rem 1.5rem;
  background-color:#190021;
  color:#B8028C;
  font-family:garamond;
  width: 900px;
  height: 400px;
  margin-left: 100; margin-right: 100px;
  top:65px;
  position:absolute;
  align-content: center;
  z-index:2;
  text-align: center;
  font-size:20px;
  flex-direction:row;
}
.wardrobe img{
  border: 4px solid #590055;
  border-style: dotted;
  border-radius: 1px;
    margin: 10px;
  padding: 10px;
  background-color:#FF91E4;
  width: 250px;
  height: 350px;
}

.wardrobe img:hover{
   filter: brightness(150%);
}

