.username--style2
{
color: #C0C0C0;
font-weight: bold;
text-shadow: #c0c0c0 1px 1px 10px;
}
.username--style3
{
background: linear-gradient(135deg, #0fbd4f, #15e87b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text...