.boiboite {
  background: rebeccapurple;
  width: 20%;
  aspect-ratio: 1 / 1;
}
img {
  object-fit: cover;
  object-position: right;
  height: 100%;
  display: block;
}
.fa-brands {
  font-size: 100px;
}
a {
  text-decoration: none;
  color:crimson
}