body{
    background-color:whitesmoke;
}
.MYCARDS {
    top: 4%;
    position: absolute;
}
.otherStuff{
    top: 10px;
    /* left: 4px; */
    position:fixed;
	z-index:3000;
    transform: translate(-90%);
    transition:transform 600ms ease-in-out;

}
.otherStuff:hover{
    /* transition-property: */
    transform: translate(6%);
}
.mainThingy{
    padding-top:10%;
}
/* .otherStuff:before{

    position: absolute;
    right:10px;
    content: "hi";

} */
#jumbo1{
    /* background-color: linear- */
    padding-top: 1%;
    background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
#jumbo2{
    background: rgb(34,193,195);
background: linear-gradient(208deg, rgba(34,193,195,1) 0%, rgba(62,190,172,1) 32%, rgba(108,179,84,1) 60%, rgba(246,174,18,1) 100%);
}
#jumbo3{
    background: rgb(22,231,232);
    background: linear-gradient(270deg, rgba(22,231,232,1) 0%, rgba(236,0,83,1) 86%);
}
#screenshotDIV{
    /* align-self: center; */
    display: flex;
    justify-content: center;

    /* width: 100%; */
}
