:root {
  --blue: #2563eb;
  --red: #DC2626;
  --black: #0F172A;
  --light-gray: #f5f5f5;
  --gray: #333;

  --max-width: 1200px;
}