Codes in css these codes /* */ marks as CSS comments. This allows you to enter new codes into CSS that will not be interpreted. In this case, this comment lets someone reading in the CSS file know that that particular line to set font size later in the CSS in a more intuitive base 10 way.
body {
font-size: 62.5% /* 1em = 10px */
}