@font-face {
  font-family: "Ubuntu";
  src: url("Ubuntu-Regular.ttf");
  font-weight: 400;
}

* {
  font-family: Ubuntu;
}

body {
  background-color: #333;
  display: flex;
  justify-content: center;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  /* margin-left: 122px; */
  width:60%;
}

canvas {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
  width: 100% !important;
  height: auto !important;
}

b {
  color: #f90;
}

h1 {
  z-index: 999;
  position: fixed;
  right: 37%;
  margin-top: 0;
  color: #fff;
  font-size: 22px;
}

h2 {
  z-index: 999;
  margin-top: 0px;
  color: #f70;
  font-size: 18px;
  margin-bottom: 0;
}

h3 {
  z-index: 999;
  position: absolute;
  right: 8px;
  margin-top: 0;
  color: #08f;
  font-size: 22px;
  top: 2px;
}

h4 {
  z-index: 999;
  position: fixed;
  right: 14px;
  margin-top: -3px;
  color: #f90;
  font-size: 32px;
  top: 2px;
}

h5 {
  z-index: 999;
  position: absolute;
  left: 2px;
  margin-top: -3px;
  color: #fff;
  font-size: 13px;
}

.console_one {
  top: 52px;
}

.console_two {
  top: 72px;
}

.console_tri {
  top: 92px;
}

h6 {
  z-index: 999;
  position: absolute;
  left: 2px;
  margin-top: -3px;
  color: #f00;
  font-size: 17px;
  top: 2px;
  cursor: pointer;
}

h6:hover {
  color: #fff;
}

h6:active,
h6:checked {
  color: #f90;
}

#scaal {
  width: 122px;
  /* margin-left: -222px; */
  position: absolute;
  right: 0px;
  top: 32px;
}

p {
  color: #9f0;
  font-size: 8px;
  margin: -2 0 0;
  cursor: pointer;
}

p:hover {
  color: #f90;
}

.activ {
  color: #fff;
  margin-left: -8px;
}

.activ:hover {
  color: #fff;
}

p:active,
p:checked {
  color: #fff;
}

.activ::before {
  content: ": : ";
}
