:root {
    font-size: 14pt;
}

div#xpubRing {
    width: 10vw;
    height: fit-content;
    font-size: .9rem;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
    position:fixed;
    top:80vh;

    p#title {
        width: 10vw;
        padding: 1vh .5vw;
        margin: 0.5vh;
        border: 1px solid black;
        text-align: center;
    }

    a {
        letter-spacing: .1rem;
        font-size:2vh;
        font-family: 'HealTheWeb';
        font-weight: bold;
        text-align: center;
        width: fit-content;
    }

    span {
        text-align: center;
        width: fit-content;
    }

    div#links {
        margin-bottom: 1vh;
    }
}