body{
    background: #242a36;
    font-family: 'Luckiest Guy', cursive;
}
.box{
    position: relative;
    margin: auto;
    display: block;
    margin-top: 8%;
    width: 600px;
    height: 420px;
    background: none;
}
.circle{
    position: absolute;
    width: 40%;
    height: 55%;
    left: 30%;
    top: 10%;
    background: transparent;
    border: 2px dashed #edece8;
    border-radius: 50%;
    z-index: 1;
}
.ellipse-1{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 25%;
    top: -0.5%;
    background: transparent;
    border: 2px dashed #edece8;
    border-radius: 50%;
    z-index: 1;
}
.line-1{
    position: absolute;
    width: 2px;
    height: 100%;
    top: -0.5%;
    left: 50%;
    background: transparent;
    border:none;
    border-left: 2px dashed #edece8;
    z-index: 1;
}
.ellipse-2{
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%;
    left: -0.5%;
    background: transparent;
    border: 2px dashed #edece8;
    border-radius: 50%;
    z-index: 1;
}
.line-2{
    position: absolute;
    height: 2px;
    width: 100%;
    left: -0.5%;
    top: 50%;
    background: transparent;
    border:none;
    border-bottom: 2px dashed #edece8;
    z-index: 1;
}
.small{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #2da1fe;
    border-radius: 50%;
    z-index: 1;
}
.small-1{
    left: 47%;
    top: -5%;
}
.small-2{
    left: 47%;
    top: 21%;
    background: #56b3fe;
}
.small-3{
    left: 47%;
    top: 47%;
    background: #81c6fe;
}
.small-4{
    left: 47%;
    top: 72%;
    background: #56b3fe;
}
.small-5{
    left: 47%;
    top: 97%;
}
.small-6{
    left: 24%;
    top: 24%;
    background: #56b3fe;
}
.small-7{
    left: 21%;
    top: 47.5%;
    background: #56b3fe;
}
.small-8{
    left: 24%;
    top: 70%;
    background: #56b3fe;
}
.small-9{
    left: -4.5%;
    top: 47%;
}
.small-10{
    right: 22%;
    top: 24%;
    background: #56b3fe;
}
.small-11{
    right: 20%;
    top: 47.5%;
    background: #56b3fe;
}
.small-12{
    right: 22%;
    top: 69%;
    background: #56b3fe;
}
.small-13{
    right: -4.5%;
    top: 47%;
}
.text{
    position: absolute;
    bottom: 3%;
    left: 30%;
    font-size: 5rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #2da1fe;
    transform: skew(-5deg, -5deg) rotate(5deg);
    -webkit-transform: skew(-5deg, -5deg) rotate(5deg);
    text-shadow: 1px 1px #0035a1,
                 2px 2px #0035a1,
                 3px 3px #0035a1,
                 4px 4px #0035a1,
                 5px 5px #0035a1,
                 6px 6px #0035a1,
                 7px 7px #0035a1, 
                 8px 8px #0d2e5b,
                 9px 9px #0d2e5b,
                 10px 10px #0d2e5b,
                 11px 11px 15px rgba(0,0,0,0.5);
}