html {
    min-height: 100%;
}

body {
height: 100%;
background-color:rgb(26, 26, 26) ;
}

#canvas {
    pointer-events:none;
    position: absolute;
    margin-left: -8px;
}

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

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



#buttons{
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 320px;
}

.btn {
    background-color: rgb(40, 40, 40);
    border-color: rgb(160, 160, 133);
    border-width: 2px;
}

.btn:hover {
    background-color: #000000;
    border-color: rgb(141, 141, 117);
    border-width: 2px;
    box-shadow: 0 0 2px 2px rgb(167, 167, 131);
}


nav {
    border-bottom: 1px solid grey;
    background-color: rgba(0, 0, 0, 0.705);
}

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