
.workspace
{
    position: absolute;
    /* border: 1px solid red; */
    /* background-color: rgba(207, 14, 14, 0.151); */

    left: 18%;
    top: 18.4%;

    height: 54%;
    width: 64%;
}

.check
{
    /* border: 1px solid blue; */
    margin: 10px;
    left: 0;
    top: 0;
}

.projectDate
{
    /* border: 1px solid red; */
    position: relative;

    color: rgb(69, 43, 5);

    top: 0%;
    width: 25%;
    height: 25%;
    left: -7%;

    margin: 0px;

    overflow:scroll;
}


.projectDesc
{
    /* border: 1px solid red; */
    position: relative;

    color: rgb(69, 43, 5);

    top: -5%;
    width: 30%;
    height: 73%;
    left: 0%;

    margin: 0px;

    padding-left: 10px;
    padding-right: 10px;

    overflow:scroll;
}

.projectAuth
{
    background-color: rgba(0, 0, 0, 0.002);
    position: relative;

    color: rgb(69, 43, 5);

    top: -99%;
    left: 30%;
    width: 68%;
    height: fit-content;

    margin: 0px;

    padding-left: 10px;
    padding-right: 10px;

    overflow:scroll;
}

.projectIMG
{
    /* border: 2px solid rgba(0, 0, 0, 0.311); */
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.24); */

    left: 0%;
    top: 36%;
    margin-left: 41%;

    height: 36%;
    width: 44%;

    overflow: auto;

    font-size: 30px;

    display: grid;
    /* space for 3-6 images */
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;

}

.IMGJail
{
    position: relative;
    /* border: 2px solid rgb(255, 0, 0); */
    /* padding: 4%; */
    width: 100%;

    /* Center art */
    display: flex;
    align-items: center;
    justify-content: center;
}

.art
{
    position: relative;
    border: 4px inset rgb(180, 103, 15);
    background-color: rgb(207, 118, 17);
    width: 90%;
    padding: 4px;
}

.candle 
{
    align-items: center;
    align-content: center;
}

.libCandle
{
    position: absolute;
    top: 44.5%;
    left: 5%;
    width: 9%;
    height: 25%;
    z-index: 100;
}

.allCodeLabel
{
    position: absolute;
    top: 58%;
    left: 7.5%;
    height: fit-content;
    width: fit-content;

    font-weight: 550;
    color: rgb(92, 76, 7);
    background: none;
    border: none;

    opacity: 100%;
    transition: 0.3s;

    z-index: 200;
    /* border: 1px solid red; */
}

.allCodeLabel:hover
{
    cursor: pointer;
}

.details
{
    border: 2px solid rgba(0, 0, 0, 0.155);
    border-radius: 5%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.146);
    top: 73.5%;
    left: 64%;
    height: fit-content;
    width: fit-content;
    margin: 0;
    padding: 0;


    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}

.language
{
    /* border: 1px solid red; */
    width: fit-content;
    color: rgb(32, 21, 2);
    margin: 0;
    padding: 0;
}

.gLink 
{
    /* border: 1px solid red; */
    width: 70%;
    margin: 0;
    padding: 0;
}

.gLink:visited
{
    color: rgb(75, 52, 9);
}

.gLink:hover
{
    color: rgb(141, 90, 3);
    /* border: 1px solid red; */
}
