a img {
    align-self: center;
    justify-self: center;
    width: 24px;
    height: 24px;
}
/*a img:hover {
    background-color: white;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    cursor: pointer;
    -ms-transform: scale(2.5, 2.5);
    -webkit-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
}*/

a span {
    display: none;
}
a:hover span {
    display: block;
    right: 1vw;
    margin-top: 15px;
    z-index: 100;
    position: absolute;
    padding: 15px;
    background-color: #afafaf;
    color: #990000;
    border-radius: 5px;
}

a:link,
button,
a:visited,
.dinamic {
    padding: 5px 7px;
    display: inline-block;
    gap: 20px;
    color: #990000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: unset;
    text-transform: uppercase;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: 1px solid #ccc;
}
a:hover,
a:active {
    /*color: yellow;*/
    background-color: #ebe8e8;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
/*a:link::first-letter {
    font-size: 14px;
}*/