header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#list-flex{
  display:flex;
  flex-direction: row;
  gap:30px
}

#list-flex li{
  border-bottom: 1px solid #000;
}