body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin: 0;
}

a, a:visited {
  text-decoration: none;
  color: inherit;
}

div.pane {
  width: 100%;
  height: 100vh;
}

div.divider {
  width: 100%;
  height: 1px;
}

div.links-container > div {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.809em;
  margin-right: 0.809em;
}

div.links-container > div > a {
  text-decoration: underline;
}
