.panel {
  position: fixed;
  top: 120px;
  left: 0px;
  width: 195px;
  height: 100vh;
  border-right: 1px solid #700060;
  background-color: #485880;
  padding-top: 20px; }

svg {
  padding: 8%;
  height: 80%; }

.svg_stroke {
  stroke: #c0c0c0;
  stroke-width: 2.5%;
  fill: none; }

.svg_fill {
  fill: #c0c0c0; }

.hide:checked + .led + .button {
  background-color: color(from #485880 srgb calc(r*.7) calc(g*.7) calc(b*.7));
  border: 1px inset #485880;
  color: cyan; }

.hide:checked + .led + .button > .svg_stroke {
  stroke: cyan; }

.hide:checked + .led + .button > .svg_fill {
  fill: cyan; }

.led {
  width: 20px;
  height: 20px;
  background-color: #404070;
  border: 1px inset darkgray; }

.hide:checked + .led {
  background: radial-gradient(farthest-corner, white, lightgreen, green);
  border-style: solid;
  border-color: #60a060 #70c070 #70c070 #60a060; }

.button {
  color: lightgray;
  font-family: terminal;
  float: right;
  margin: 5px 1px 5px 0px;
  text-align: center;
  padding: 8px;
  font-size: 25px;
  background-color: #485880;
  border: 1px solid #00202c;
  width: 80%;
  height: 60px; }

.button:hover {
  background-color: color(from #485880 srgb calc(r*.8) calc(g*.8) calc(b*.8));
  color: #40e0f0; }

.content-div {
  font-family: terminal;
  font-size: 20px;
  color: #a0d0f0;
  display: none; }

.hide {
  position: absolute;
  left: 100px;
  background-color: white; }

.hide:checked + div + label + .content-div {
  display: block; }

@font-face {
  font-family: terminal;
  src: url("terminal_f4.ttf"); }

a {
  text-decoration: none;
  color: #a0d0f0;
  font-family: terminal;
  font-size: inherit; }

.icon {
  height: 27px;
  float: right;
  margin-right: 3px;
  margin-top: 2px; }

.icon:hover {
  height: 30px; }

.boxbox {
  width: 400px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; }

.bb {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 378px;
  height: 281px;
  border: 1px solid #004060; }

.boxbox:hover > .bb {
  width: 390px;
  height: 290px;
  border: 1px solid darkcyan; }

.description {
  background-color: #000000c0;
  width: 90%;
  padding: 10px;
  bottom: 0px;
  position: absolute;
  font-size: 16px;
  color: #80a8c0; }

.boxbox:hover > .bb > .description {
  padding: 12px;
  font-size: 16.5px; }
