That double colon (::) is invalid. It should be just:
background-color: #fff;
and
body {
background-color: rgba(255, 200, 100, 0.5);
color: #0af;
}
Also Make Sure: Your file css/style.css is actually located at project-root/css/style.css.
You’ve cleared browser cache or done a hard reload (Ctrl+Shift+R).