footer {
  padding: 40px 0;
}
.footer_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.footer_content p {
  text-align: center;
}
.footer_content ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
