body{
  background-color: black;
  overflow: hidden;
  color: white;
  font-family: Tahoma, sans-serif;
}

#part1, #part2, #part3, #part4, #part5, #part6{
  display: none;
}

#part0{
  background-color: red;
}

.hexagon{
  background-color: orange;
  color: lightblue;
  position: absolute;
  clip-path: polygon(50% 0, 92% 23%, 92% 77%, 50% 100%, 8% 77%, 8% 23%);
  z-index: 5;
}

#container_outside{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 63%;
  background-color: white;
  padding: 4px;
  z-index: 0;
}

#container_inside{
  height: 100%;
  background-color: black;
  box-sizing: border-box;
}

#data{
  border: 4px solid white;
  border-right: 0;
  box-sizing: border-box;
  padding: 10px;
  overflow-y: scroll;
}

#big_hexagon_outside{
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 1.5%;
  clip-path: polygon(23% 8%, 77% 8%, 100% 50%, 77% 92%, 23% 92%, 0% 50%);
  background-color: white;
  position: absolute;
  box-sizing: border-box;
  padding: 5px;
}

#big_hexagon_inside{
  background: rgb(0,212,255);
  background: radial-gradient(circle, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 40%, rgba(2,0,36,1) 100%);
  height: 100%;
  clip-path: polygon(23% 8%, 77% 8%, 100% 50%, 77% 92%, 23% 92%, 0% 50%);
}

.labels{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 98.5%;
  height: 10%;
}

.tabs{
  float: left;
  width: 29%;
  height: 100%;
  box-sizing: border-box;
  display: table;
  background-color: white;
  padding: 4px;
  margin-right: -1.4%;
}

.tabs_inside{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 200%;
  background-color: black;
  height: 100%;
}






/*_

#TL_I, #BL_I{
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 65%, rgba(0,161,194,1) 100%);
}

#TR_I, #BR_I{
background: rgb(0,161,194);
background: linear-gradient(90deg, rgba(0,161,194,1) 0%, rgba(9,9,121,1) 35%, rgba(2,0,36,1) 100%);
}

___*/
