:root {
  --green: rgba(57, 172, 84, 1);
  --coolgray: rgba(218, 218, 217, 1);
  --blackout: rgba(0, 0, 0, 1);
  --whiteout: rgba(255, 255, 255, 1);
  --yellow: rgba(255, 231, 1, 1);
  --white: rgba(255, 255, 255, 1);
  --lightgreen: rgba(120, 230, 146, 1);
}
