body {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
}

.text_container {
  position: fixed;
  /* border-color: black;
  border-style: solid; */
  width: 90%;
  height: 10%;
  z-index: 1;
  top: 1%; left: 2.5%;
}

.text_columns {
  column-count: 5;
  column-gap: 20px;
  font-family: 'Fira Code', monospace;
  line-height: 1;
  font-size: auto;
  float: left;
}

.button_container {
  /* border: green;
  border-width: thick;
  border-style: solid;
  border: 5px; */
  width: 10%;
  height: 4%;
  float: right;
  position: fixed;
}

.button_up {
  right: 2.5%;
  top: 1%;
  position: fixed;
}

.button_down {
  right: 2.5%;
  top: 6%;
  position: fixed;
}


.wrapper {
  position: relative;
  top: 100px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
}

.checkbox {
  border: 2px solid black;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 3rem;

}

.checkbox.on,
.checkbox:hover {
  background-color: black;
  cursor: pointer;
}

.hide {
  /* display: none !important; */
}
