.footer-container {

  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: auto;


}

#footer-meniu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
  padding: 20px; 

}

#footer-meniu p {

  font-size: 12px;
  font-weight: 600;
  color: #000;
}