#sun {
    position: absolute;
    z-index: -1;
    top:0;
    width: 500px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.star {
    width: 100px;
    z-index: -1;
    margin-bottom:-10px;
}

#strings {
    width: 500px;
    position: absolute;
    top:0;
    z-index:-3;
}

#angel {
    width: 250px;
    position: absolute;
    top: 60px;
    padding:50px;
}

#angelbox {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
}

#devil {
    width: 14%;
    padding:20px;
}

#footer {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#turnintail {
    right:-13%;
    bottom:-8%;
}

.details {
    font-size: 15px;
}

.cloud {
    width: 600px;
    position: absolute;
}

.rightCloud {
    z-index: 1;
    right: -200px;
    bottom: -100px;
}

.leftCloud {
    z-index: 1;
    left: -200px;
    bottom: -100px;
}

#biocloud {
    z-index: -2;
    width: 1050px;
    top: 165px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
}

#biobox:hover #biocloud {
    transform: scale(1.02);
}

.backcloud {
    z-index: -1;
    width: 800px;
    top: -22%;
    transition: transform 0.3s ease;
}

.proj:hover .backcloud {
    transform: translateY(10px);
}

.backcloud-right {
    right: -25%;
}

.backcloud-left {
    left: -25%;
}

/* Wrapper for front cloud + text */
.projCloudWrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: transform 0.3s ease;
}

.proj:hover .projCloudWrapper {
    transform: translateY(-10px);
}

.projCloudWrapper .projCloud {
    position: relative;
    z-index: 1;
}

.projCloudWrapper .projText {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    #icon2 {
        padding-top: 50px;
    }
    #icon3 {
        padding-top: 110px;
    }
    #icon4 {
        padding-top: 15px;
    }
    #icon5 {
        padding-top: 70px;
        margin-right: -5px;
    }
    .projCloud {
        width: 400px;
    }
    .projCloudWrapper.leftCloud {
        left: -80px;
        bottom: -70px;
    }
    .projCloudWrapper.rightCloud {
        right: -80px;
        bottom: -70px;
    }
    .backcloud {
        width: 550px;
    }
    .backcloud-right {
        right: -10%;
    }
    .backcloud-left {
        left: -10%;
    }
}

/* mobile */
@media screen and (max-width: 1023px) {
   #sun {
    width: 360px;
   }
   #angel {
    display: none;
    }
    #biocloud {
        display: none;
    }
    .backcloud {
        display: none;
    }
    .details {
        font-size: 11.5px;
    }
    #strings {
        display: none;
    }
    .cloud {
        width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
    .projCloudWrapper {
        z-index: 1;
        right: 0;
        bottom: -50px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        pointer-events: none;
    }
    .projCloudWrapper .projCloud {
        width: 310px;
    }
}
