I can't set this CSS class, the color instruction doesn't work, but the text-shadow does. Help me? \[code\].jumbotron { position: relative; padding: 40px 0; color: #6495ed; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);}\[/code\]I tried to delete the text-shadow, but it also didn't work.