body {
  display: flex;
  justify-content: start;
  align-items: center;
}

li {
  margin: 0.25em 0;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
}

li:hover {
  background: #e8ebf0;
}

a {
  text-decoration: none;
  border-bottom: 1px dotted #b9daf8;
}
