.merch {
  /* background-color: aqua; */
  display: flex;
  justify-content: space-around;
}

.merch img {
  width: 25vw;
}

.merch p {
  color: #013870;
  font-size: 1.5vw;
  text-align: center;
}

.merch_title {
  font-family: vintage;
}

.merch_price {
  font-family: sans-serif;
}

.merch_shirt:hover {
  content: url(assets/images/merch/t-shirt\ dos\ rond.png);
}

.merch_black_hoodie:hover {
  content: url(assets/images/merch/Pull\ dos\ rond\ ferreee.png);
}

@media screen and (max-width: 550px) {
  .merch img {
    width: 40vw;
  }

  .merch p {
    font-size: 3vw;
  }
}
