:root {
  --strong-color: seagreen;
  --sidebar-width: calc(10vw + 180px);
  --sidebar-width-small: 85vw;
  --sidebar-width-hover: 480px;
  --row-height: 150px;
  --row-large-height: 200px;
  --columns-width: 160px;
  --grid-small: 100px;
  --grid-large: 158px;
}