body {
    margin: 1em auto;
    text-align: center;
    font-family: system-ui;
}
a {
    color: black;
}
body > a {
    position: fixed;
    left: 0;
    bottom: 1ex;
    display: block;
    width: 100%;
}
