/*///////////////////////////////////////////////////////
  Colours
////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
  Variables
////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
  YO Stuff
////////////////////////////////////////////////////////*/
#algorithm-visualiser {
  width: 100vw;
  height: 100vh;
  display: block;
}

.dg li.gui-stats:not(.folder) {
  height: auto;
}

.dg{
  user-select: none;
}

/*///////////////////////////////////////////////////////
  General
////////////////////////////////////////////////////////*/
html {
  font-family: 'Roboto', sans-serif;
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0 auto;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
