
body {
  position: fixed;
  width: 104%;
  height: 103%;
  top: -1.5%; left: -2%;
  background: black;
  overflow-x: hidden;
  overflow-y: hidden;
}
#cloudtop1{
    width: 90vw;
    height: 15vh;
    border-radius: 50%;
    filter: url(#filterstatic2);
    top: -40vh;
    left: -22.5vw;
}
#cloudtop2{
    width: 90vw;
    height: 14vh;
    border-radius: 50%;
    filter: url(#filterstatic2);
    top: -39vh;
    left: -22.5vw;
}
#cloudtop3{
    width: 90vw;
    height: 17vh;
    border-radius: 50%;
    filter: url(#filterstatic2);
    top: -39vh;
    left: -22.5vw;
}
#vscroll{
    width: 80vw;
    height: 70vh;
    border-radius:3vw;
    top: 30vh;
    left: 10vw;
    font-size: 2em;
    text-align: center;
    overflow-y: hidden;
}
#content{
  -ms-overflow-style: none;
}
#content::-webkit-scrollbar {
  display: none;
}