html, body, #app, .full{
  width: 100%;
  height: 100%;
  margin: 0px;
}

#ll-exec-env{
  height: 100%;
}

.ll-screen{
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}

.ll-portal{
}

.ll-pos-abs{
  position: absolute;
}

.ll-perspective{
  perspective: 150vw;
}

.ll-cam{
  transform-style: preserve-3d;
}