.gravatar {
    display: inline-block;
    border-radius: 100%;
    margin-right: 1em;
    height: 4em;
    width: 4em;
    background: url("/images/photo.webp") center;
    background-size: cover;
    border: 5px solid #fff;
}


.bright {
    color: #05b0db;
}

a:link {
    color: #05b0db;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #05b0db;
    background-color: transparent;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}
