.projectheaderwidediv{
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}

.projectheadernarrowdiv{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    max-width: 1480px;
}


.projectheaderinfodiv{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    align-content: center;
    padding-left: 20px;
    min-width: 0;
    overflow: hidden;
}


.projectheadernamediv{
    display: flex;
    height: 60px;
    width: 100%;
    align-items: center;
    color: rgb(188, 143, 216);
    font-weight: 700;
    font-family: "roboto", sans-serif;
    font-size: 50px;
}



.projectheadernamediv a{
    color: rgb(188, 143, 216);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.projectheadernamediv a:hover{
    color: rgb(152, 116, 174)
}


.projectheaderotherdiv{
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    color: rgb(188, 143, 216);
    font-weight: 500;
    font-family: "roboto", sans-serif;
    font-size: 24px;
}

.projectcontentwidediv{
    display: flex;
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}


.projectcontentnarrowdiv{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    max-width: 1480px;
    flex-wrap: wrap;

}

.projectdivisiondiv{
    align-content: end;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 121px;
    font-weight: 500;
    font-family: "roboto", sans-serif;
    font-size: 27px;
    color: rgba(188, 143, 216, 0.534);;
    border-bottom: 1px rgba(188, 143, 216, 0.534) solid;
    padding-bottom: 9px;
    margin-bottom: 40px;
}


.projectcontainterstatsdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 40px
}

.projectgraphdiv{
    background-color: rgba(183, 58, 241, 0.05);
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    min-width: 300px;
    box-sizing: border-box;
    padding: 30px;
    flex: 1;
}


.projectgraphtitlediv{
    width: 100%;
    height: 60px;
    text-align: left;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: rgb(188, 143, 216);
}


.projectcanvasdiv{
    width: 100%;
    font-family: "roboto", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: rgb(188, 143, 216);
    justify-items: left;
}

.authora{
    color: inherit;
}

.authora:hover{
    color: rgb(155, 118, 179)
}

.tooltipdiv{
    display: flex;
    align-items: center;
    border-radius: 10px;
    left: 50px;
    width: 260px;
    position: absolute;
    background-color: rgb(83, 36, 134);
    font-family: "roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(188, 143, 216);
    padding: 10px;
    transition: opacity ease 0.1s;
    opacity: 0;
}

.tooltiptip{
    background-color: rgb(83, 36, 134);
    left: -10px;
    position: absolute;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 20px;
    transform: rotate(45deg);
}


#infologoimg:hover + .tooltipdiv{
    opacity: 1; 
}

#infologoimg{
    height: 20px;
    display: block;
    padding: 10px;
}




.project_thumbnail{
    width: 240px;
    height: 180px;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}