#local, #xpub {
    position: fixed;
    bottom: 5vh;
    /* left: 20vw; */
    color: indigo;
    height: fit-content;
    width: fit-content;

    p {
        margin-bottom: 1vh;
    }
}

#local {
    left: 20vw;
}

#xpub {
    right: 20vw;
}

#xpubRing p {
    font-style: italic;
    width: 50vh;
    margin-bottom: 0;
}

#xpubRing {
    position: fixed;
    right: 20vw;
    bottom: 5vh;
    text-align: right;
    margin-top: 5vh;
}

#xpubRing a {
    text-decoration: none;
    font-style: italic;
    color: slateblue;
    padding: 3px 8px;
    border: 1px dotted slateblue;
    border-radius: 25px;
    margin-right: 5px;
}

#xpubRing a:hover {
    font-style: normal;
}


#localRing p {
    width: 55vh;
    margin-bottom: 0;
}

#localRing {
    margin: 0;
    text-align: left;
}

#localRing a {
    margin-right: 3vh;
    padding: 5px 8px;
}

#localRing a:hover {
    font-style: normal;
}