If you want to use that 'welcome' class for perticular span tag than you can use two ways like...
.txt span.welcome
or
span.welcome
it will works for your CSS class in your code perfectly.
this is the concept of nesting class you can directly refer from internet sources too.