I have changed the body text color to #333333 to make it darker but no change appears. What am I missing?
body {
font-family: "Metropolis", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.72;
color: #333333;
background-color: #fcfcfc;
}