This is because in styling you have left ; after the curly braces. You need to remove it or You need to the replace the existing .blue class with the below code.
;
.blue
.blue { background-color: rgb(79, 53, 243); color:white; }