* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
  font-family:"Poppins", sans-serif;
}
body{
  background:#000000;
  margin:0;
}
.row{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.cell{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#iosu{
  padding:10px;
  font-family:Courier New, Courier, monospace;
}
#ibcj{
  flex-basis:98.79%;
}
div{
  position:relative;
}
#imarp{
  color:#ffffff;
  font-family:Courier New, Courier, monospace;
  font-size:16px;
  white-space:break-spaces;
  border:0 none black;
  align-self:flex-start;
}
#is8x{
  height:98px;
  position:relative;
  top:0;
  right:0;
}
@media (max-width: 768px){
  .row{
    flex-wrap:wrap;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
#MorbiusSweep {
  position: absolute;
}
#rangeValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 6em;
  color: #999;
  font-weight: 400;
}
#rangeValue::before{
  content:'+'
}
.range {
  width: 400px;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: 4px solid #333;
  box-shadow: -407px 0 0 400px #ffffff;
}
button{
  margin:2vw;
  padding:1vw 2vw;
  font-family:'Lato', sans-serif;
  font-weight:500;
  cursor:pointer;
  transition:500ms;
  display:inline-block;
  box-shadow:none;
  outline:none;
  border:none;
  border-radius:1vw;
  outline-color:#ffffff;
  border-color:#ffffff;
  position: absolute;
  top:200px;
  left:0;
}
.btn-1{
  background:#000000;
  border:solid;
  border-color:#ffffff;
  color:#ffffff;
}
.btn-1:hover{
  background:#ffffff;
  border:solid;
  border-color:#ffffff;
  color:#000000;