:root {
  --top-line-h: 50px;
  --bottom-line-h: 60px;

  --title-bg: rgb(207, 207, 145);
  --title-clr: black;
  --title-font-size: 24px;

  --footer-bg: rgb(207, 207, 145);
  --footer-clr: black;

  --selected-bg: lightgreen;
  --selected-clr: black;

  --transition-time: 1s;
  --transition-time-short: 0.2s;
}