body {
  position: fixed;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  border: 0;
}

#sort {
  width: 100vw;
  height: 100vh;
}

#pause {
  position: fixed;
  top: 80vh;
  left: 5vw;
  width: 10vw;
  height: 10vh;
}

#step {
  position: fixed;
  top: 80vh;
  left: 16vw;
  width: 10vw;
  height: 10vh;
}

#incAPS {
  position: fixed;
  top: 80vh;
  left: 27vw;
  width: 10vw;
  height: 10vh;
}

#decAPS {
  position: fixed;
  top: 80vh;
  left: 38vw;
  width: 10vw;
  height: 10vh;
}

#incSize {
  position: fixed;
  top: 80vh;
  left: 49vw;
  width: 10vw;
  height: 10vh;
}

#decSize {
  position: fixed;
  top: 80vh;
  left: 60vw;
  width: 10vw;
  height: 10vh;
}

#shuffle {
  position: fixed;
  top: 80vh;
  left: 71vw;
  width: 10vw;
  height: 10vh;
}
/*# sourceMappingURL=styles.css.map */