a:hover {
  color: #ee2024;
}
body {
  background-repeat: no-repeat;
  background-position: right 0% bottom;
  background-size: 1240px auto;
  background-attachment: fixed;
}

:root {
  --card-border-gradient-first: #87cefa;
  --card-border-gradient-second: #065385;
  --card-border-gradient-third: #065385;

  /* Brand */
  --primary: #010734;
  --accent: #120bd9;

  /* General */
  --neutral-super-light: #fafafa;
  --neutral-light: #f2f2f2;
  --neutral-muted: #c0c0c0;
  --neutral-dark: #818285;
  --text: #111827;
  --border: #d1d5db;

  --light-blue: #dcebf7;
  --blue: #120bd9;
  --dark-blue: #1f3e5c;

  --light-purple: #ede7f6;
  --purple: #6a1b9a;
  --dark-purple: #4527a0;
}
