html {
    min-height: 100%;
}

body {
height: 100vh;
/* background-color:rgb(26, 26, 26) ; */
}



/* #particles-js {
    pointer-events:none;
} */

/* #particles-js {
    position: absolute;
    margin-left: -1rem;
    top: 60px;
    height: calc(100% - 70px);
    width: 100%;
} */


#picTitle{
        position: fixed;
        bottom: 0px;
        width: 100%;
        color: rgb(184, 183, 183);
        text-align: right;
        padding-bottom: 1rem;
        padding-right: 1rem;
        z-index: -100;
}