#link-twitter {
    background-color: rgba(29,161,242,0.1);
    color: rgb(29 161 242);
}
#link-twitter:is(:hover, :active, :focus) {
    background-color: rgba(29,161,242,0.3);
}
