.grayText {
  color: var(--gray-dark);
}

.whiteText {
  color: white;
}

.redText {
  color: red;
}

.greenText {
  color: lightGreen;
}

.redBack {
  color: white;
  background-color: red;
}

.blackText {
  color: black;
}

.blackBorder {
  border: 1px solid black;
}
