#strengthDisplay {
  margin-top: 10px;
  font-size: 16px;

}

.weak {
  color: red;
}

.moderate {
  color: orange;
}

.strong {
  color: green;
}
