:root {
  --red: #E4002B;
  --grey: #D9D9D9;
  --white: #fff;
  --black: #000;
  --err: #990000;
  --success: #27AE60;
}