#root {
    height: 100%;
}

a {
  text-decoration: none;
  color: currentColor;
}

.jump-link {
    margin: 50vh auto;
    transform: translateY(-50%);
    width: fit-content;
    height: fit-content;
}