#list {
  justify-content: center;
  text-align: center;
  border-style: none none solid;
  border-bottom-color: black;
}

#pos1 {
  justify-content: center;
  text-align: center;
}

#pos2 {
  justify-content: center;
  text-align: right;
  border-style: none none solid;
  border-bottom-color: black;
}

#box {
  border-top-color: black;
  border-bottom-color: black;
}

#space {
  left: 20%;
}

