NameTag { justify-content: center; align-items: center; mix-blend-mode: lighten; .title { font-family: Roboto; font-size: 30px; white-space: nowrap; color: #C5E0E3; //color: limegreen; mix-blend-mode: lighten; text-shadow: 0px 0px 4px #90A4A6; //text-shadow: 0px 0px 4px darkgreen; } .avatar { width: 30px; height: 30px; margin-right: 15px; border-radius: 100px; background-size: cover; } }