.article {
  background-color: rgb(255, 255, 255);
  width: 300px;
  height: auto;
  padding: 30px 2%;
  box-shadow: -3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 20px;
  text-decoration: none;
}
.article img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.article h3 {
  color: rgb(75, 75, 75);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
}/*# sourceMappingURL=liens.css.map */