#webcoderskull{
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

canvas{
     position: absolute; z-index: -3;
   /* height:100vh; background-color:#16a085; */
}


#particles {/* position: absolute; */}

.conbg {
            margin: 3rem;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            z-index: -1;
            color: #c6afaf;
        }


.bgtext {
            position: relative;
        }

        .bgtext:after {
margin: 3rem;
    content: "QuMedha Data Labs";
    position: absolute;
    color: rgb(50 50 50);
    bottom: 6rem;
    font-size: 10rem;
    left: 18rem;
    text-align: center;
    z-index: 0;
        }