


#cloud-circle {
    width: 200px;
    height: 75px;
    border-radius: 50%;
    filter: url(#filter);
    box-shadow: 400px 400px 60px 0px #fff;
    position: absolute;
    top: -320px;
    left: -320px;
    z-index: 2;
}
 