#footer p {
    display: table;
    margin: 1rem auto;
    font-size: 2em;
    text-align: center;
    line-height: 1.2;
    padding-left: 1.4em;
    padding-right: 1.4em;
    background-image: url("https://global.hexstream.dev/non-free/images/lightning-bolt_shaded.svg"),
                      url("https://global.hexstream.dev/non-free/images/lightning-bolt_shaded.svg");
    background-position: left 0.1em center, right 0.1em center;
    background-size: 1.2em;
}

#footer p a {
    text-decoration: revert;
}
