li {
  list-style: none;
  margin: 1.2rem 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}