section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
li {
  list-style: none;
  border: 2px solid;
  margin: 2px;
  width: fit-content;
  padding: 4px 5px;
  font-weight: 600;
  border-radius: 10px;
  align-self: center;
}
li > a {
  text-decoration: none;
}
