#TopSpace {
  height: 4.5em;
}

#topbor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 4.5em;
  background: #000;
  padding: 0 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topbor > div {
  height: 60%;
  display: flex;
}
#topbor > div img {
  margin: 0;
  height: 100%;
}
#topbor > div > div {
  height: 100%;
}
#topbor > div > div img {
  margin: 0;
  height: 100%;
}

.floatbox {
  background: rgba(0, 0, 0, 0.8588235294);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.floatbox > h3, .floatbox > p {
  color: white;
}
.floatbox > h3 {
  margin: 0 0 0.5em;
  font-weight: 800;
}
.floatbox > p {
  margin: 1em 0 0;
  font-size: 0.9em;
  opacity: 0.7;
}
.floatbox > div {
  background: white;
  max-width: 60em;
  max-height: calc(100% - 15em);
  width: calc(100% - 2em);
  border-radius: 1em;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
.floatbox > div > div:nth-child(2n+1) {
  background: linear-gradient(30deg, #000000 10%, rgba(0, 0, 0, 0.7098039216) 40%, rgba(0, 0, 0, 0.7098039216) 60%, #000000 95%);
  color: #fff;
  text-align: center;
  padding: 0.4em 0;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0.5em 0;
}
.floatbox > div > div:nth-child(2n) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.floatbox > div > div:nth-child(2n) > div {
  background: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  width: 8em;
  margin: 0.5em 0.7em;
  padding: 0.3em 0.7em;
  border-radius: 0.5em;
  border: 1px solid black;
  transition: all 0.3s ease-in-out 0s;
}
.floatbox > div > div:nth-child(2n) > div:hover {
  background: #383838;
  color: #fff;
}
.floatbox > div > div:nth-child(2n).Lans > div {
  width: 15em;
}/*# sourceMappingURL=TopBarAndFloatBox.css.map */