body {
  overflow: hidden; /* Hide scrollbars */
}

#mode {
  position: absolute;
  top: 25px;
  background-color: white;
  padding: 10px;
  border: solid 3px red;
}

#info {
  position: absolute;
  top: 75px;
  background-color: white;
  padding: 10px;
  border: solid 3px red;
  cursor: pointer;
}