@media screen and (max-width:485px) {
  #area-idl span.text {
    display: none;
  }
}
nav.navbar {
  box-shadow: 0px 2px 5px #8888;
}
#headBox {
  display: block;
  margin: 10px 3px;
  padding: 10px;
  /* height: calc(100vh - 62px); */
  height: 500px;
  border-radius: 3vh;
  background-color: #080808;
  background: radial-gradient(circle,
      #000 45%, #3e8ed0 50%, #000 62%);
  -webkit-box-shadow: 0px -1px 3px 0px #000;
  box-shadow: 0px -1px 3px 0px #000;
}
#headContent {
  user-select: none;
  width: 100%;
  max-width: 600px;
}
#RTCounter {
  width: 100%;
}
.particles-js-canvas-el {
  max-height: 500px;
  /* background: #F002; */
  margin-top: -11em;
}
#MainUploader {
  position: relative;
  top: -150px;
  margin: auto !important;
  left: 0;
  right: 0;
  width: 95%;
  height: 400px;
  min-width: 300px;
  background-color: #ccc2;
}