:root {
  --1-1: 100%;
  --2-3: 150%;
  --3-2: 67%;
  --3-4: 133%;
  --4-3: 75%;
  --3-5: 167%;
  --5-3: 60%;
  --9-16: 178%;
  --16-9: 56.25%;

  --background-color: #FFFFFF;
  --foreground-color: #22468A;
  --grey-color: #C6C6C6;
  --selection-background-color: transparent;
  --selection-foreground-color: #000000;

  --transition-time: .3s;
  --transition-effect: ease;

  --margin: 10px;
}