body{
    /* pointer-events: none; */
    /* overflow-y: hidden; */
    overflow-x: hidden;
    background-color: rgb(0, 0, 0);
    /* */
}
canvas {
    margin: 0px;
    z-index:-100;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
h1{
    z-index:10;
    position: absolute;
    right: 10px;
    top:10px;
}
.nucleus{
    color: rgba(255, 255, 255, 0.53);
    font-weight: bold;
}
.MYCARDS{
    top: 4%;
  /* z-index:10;*/
    position: absolute;
}
.otherStuff{
    position: relative;
    z-index: 100;
    /* top: 10px; */
    /* left: 4px; */
    transform: translate(-90%);
    transition:transform 600ms ease-in-out;
   
}
.otherStuff:hover{
    /* transition-property: */
    transform: translate(6%);
}
/* .otherStuff:before{

    position: absolute;
    right:10px;
    content: "hi";
   
} */