:root {
  --mainColor: black;
  --errorColor: #f44336;
  --backgroundColor: white;
  --cardBackgroundColor: #adacb6;
  --baseTextColor: #343A40;
  --textEditorInputColor: transparent;
  --BaseColor: #343A40;
  --HyperLinkColor: #090A0B;
  --infoSection: #e7edf9;
  --mainColorTransparent: rgba(0, 0, 0, 0.3);
  --logoFilter: unset;
  --logoWidth: 80%;
  --cardCornerRadius: 50px;
  --cardBorderColor: var(--BaseColor);
  --secondaryColor: var(--BaseColor);
  --headerFlexDirection: column;
  --cardWidth: 500px;
  --titleFontSize: 32px;
  --descriptionMarginLeft: unset;
  --descriptionMarginRight: unset;
  }