.bubble-right-center-purple {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce3f;
    filter: blur(250px);
}
.bubble-top-left-purple {
    position: absolute;
    top: 20%;
    left: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce3f;
    filter: blur(250px);
}
.bubble-bottom-left-blue {
    position: absolute;
    bottom: 0%;
    left: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #10EBFF;
    filter: blur(250px);
}
.bubble-bottom-right-blue {
    position: absolute;
    bottom: 0%;
    right: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #10EBFF;
    filter: blur(250px);
}

.bubble-bottom-left-purple {
    position: absolute;
    bottom: 0%;
    left: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce70;
    filter: blur(250px);
}

.bubble-bottom-left-purple {
    position: absolute;
    bottom: 0%;
    right: -20%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    background: #3a00ce70;
    filter: blur(250px);
}

@media (min-width: 3000px) {
    .bubble-right-center-purple, .bubble-top-left-purple, .bubble-bottom-left-blue, .bubble-bottom-left-purple, .bubble-bottom-right-purple {
        filter: blur(450px)!important;
    }
}