/*my_css.css*/

* {
  font-family: Arial, Helvetica, sans-serif;
}

.quote {
  font-size: 0.85em;
  font-style: italic;
}
  
.homePageImage {
  width: 100%;
}

.body {
  max-width: 750px;
}

div.bestseller, div.pick, div.arrival {
  padding: 10px;
  transition: all 0.5s;
}

h4 {
  font-style: oblique;
  font-weight: 400;
  color:rgb(42, 69, 81);
}

div.bestseller:hover, div.pick:hover, div.arrival:hover {
  background-color: rgba(178, 137, 160, 0.554);
}

a:hover {
  color: rgb(42, 69, 81);
}

.middlecolor {
  background-color: rgb(216, 192, 202);
}

.backcolor {
  background-color: rgba(195, 149, 171, 0.766);
}

.imagecontainer {
  width:50%;
}

.mySlides {
  width:100%;
}