body {
  color: #353535;
}

.topbar {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #fff;
  color: #999;
  background: #f6f6f6;
}

p.indent {
  text-indent: 2em;
}

/*.album {
  min-height: 50rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}*/
/*
.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card>img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

.content-body p {
  text-indent: 2em;
}

.content-body img {
  display:block;
  margin:0 auto
}*/

#product .card div:first-child {
  width: 255px;
  height: 215px;
  overflow: hidden;
}

#product .card img {
  cursor: pointer;
  transition: all 0.6s;
}

#product .card img:hover {
  transform: scale(1.4);
}
