function getStrengthColor(score) {
  if (score === 4)
    return "#390";
  if (score === 3)
    return "#3C0";