footer {
  background-color: #15222d;
  margin: 1rem auto 0;
  padding: 1rem 0;
}

footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

footer ul li {
  border-right: 1px solid white;
}

footer ul li:last-child {
  border: none;
}

footer ul li a {
  text-decoration: none;
  padding: 4px 12px;
  color: white;
}

footer p.social_medias {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

footer ul.social_medias li {
  border: none;
}

footer .social_medias img {
  width: 32px;
  height: auto;
  object-fit: contain;
}

footer p.social_medias {
  color: white;
  text-align: center;
}