:root {
    font-size: 14pt;
}

div#xpubRing {
    width: 12vw;
    height: fit-content;
    font-size: .9rem;
    color: #ff8500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5em;
    
    border: solid #ff8500 1px;

    p {
        margin: 0;
    }

    p#title {
        width: 10vw;
        border: 1px solid black;
        text-align: center;
    }

    a {
        letter-spacing: .1rem;
        font-family: 'HealTheWeb';
        font-weight: bold;
        text-align: center;
        width: fit-content;
    }

    span {
        text-align: center;
        width: fit-content;
    }

    div#links {
        margin-bottom: 1vh;
    }
}