First, YouTube videos are a horrible place to try to learn this stuff. Get a book on website/HTML/CSS developement.
Next, DO NOT link to pictures of code. Copy and paste it here. This pictures can disappear and then the question makes no sense.
Lastly, this is an easy fix. You're missing semi-colons at the end of each statement, like
color: rbg(#,#,#); <---- at the end of the line
If you're going to try to use YouTube videos and have problems with their code, the best place to ask about that code is the person who made the video. Good luck with that.