.inputdiv{
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    padding-left: 30px; padding-right: 30px;
}

#form{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#content{
    box-sizing: border-box;
    border: 1px solid;
    padding-left: 80px;
    background-color: rgba(0, 0, 0, 0.048);
    color: rgb(188, 143, 216);
    height: 72px;
    border-radius: 100px;
    font-size: 26px;
    width: 100%;
    max-width: 900px;
    text-align: content;
    outline: 0px solid rgb(96, 41, 148);
    outline-width: 0px; 
    transition: outline 0.1s ease;
}

#content:focus{
    outline: 6px solid rgba(96, 41, 148, 0.548); 
}



#searchbuttonsdiv{
    display: flex;
    align-items: center;
    justify-content: center ;
    gap: 60px;
    width: 100%;
    padding-left: 30px; padding-right: 30px;
    box-sizing: border-box;
}


#form input::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
}

#form input::-webkit-outer-spin-button,
#form input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

#form input[type = number]{
    -moz-appearance: textfield;
}


.homespace{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center ;
    align-content: center;
}

.homespace p{
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 90px;
    opacity: 0.5;
    font-weight: 600;
    text-align: center;
}

.loadingdiv, .explorepageinvitediv{
    width: 100%;
    height: 40px;
}

.loadingdiv p{
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 20px;
    color: rgb(188, 143, 216);
    opacity: 0.5;
    visibility: hidden;
    
}

.explorepageinvitediv p{
    text-align: center;
    font-family: "roboto", sans-serif;
    font-size: 27px;
    color: rgb(188, 143, 216);
    opacity: 0.5;
}





#projectinfodiv{
    max-width: 1000px;
    flex-grow: 1;
}

#projectinfodiv #protitlediv{
    display: flex;
    height: 100px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

#projectinfodiv #protitlediv p{
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}

#protitlediv p:hover{
    text-decoration: underline;
}

#authordiv{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#authordiv p{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500;
}

#authordiv p span:hover{
    text-decoration: underline;
}

#indexeddiv{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexeddiv p{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500;
}

#indexedinfotitlediv{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexedinfotitlediv p{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 
}

#indexedinfotextdiv{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#indexedinfotextdiv p{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 
    opacity: 0.7;
}

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

.container2{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.container2 p{
    font-family: "roboto", sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: rgb(188, 143, 216);
    opacity: 0.6;
}

#dailytext{
    font-family: "roboto", sans-serif;
    font-size: 60px;
    font-weight: 600;
    color: rgb(188, 143, 216);
    opacity: 0.5;
}


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

#rstatsdiv{
    max-width: 700px;
    flex: 1;
    height: 500px;
    min-width: 450px;
    flex-wrap: wrap;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    overflow: hidden;
}

#sstatsdiv{
    max-width: 700px;
    flex: 1;
    min-width: 450px;
    flex-wrap: wrap;
    height: 500px;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    overflow: hidden;
}

#rstatstitle{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

#rstatstitle p{
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}

#sstatstitle{
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

#sstatstitle p{
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: rgb(188, 143, 216);
}



#rstatsdec{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sstatsdec{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#rstatsdec p, #sstatsdec p{
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 18px;
    text-align: center;
}

#sstatsname, #rstatsname{
    width: 50%;
    height: 320px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

#sstatsname p, #rstatsname p{
    width: 100%;
    text-align: end;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 
}
#sstatsvalue p, #rstatsvalue p{
    width: 100%;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500; 

}

#sstatsvalue, #rstatsvalue{
    height: 320px;
    display: flex;
    flex-wrap: wrap;
}




.userstatsdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}










.totalstatslogos{
    font-weight: 600;
}


.usercentermostv{
    width: 1480px;
    display: flex;
    justify-content: space-between;
    align-self:center;
    flex-wrap: wrap;
    gap: 40px;
}






.usermostviewedeach{
    box-sizing: border-box;
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    overflow: hidden;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
}

.usermostviewedeach img, .comparemostviewedeach img{
    width: 300px;
    height: 225px;
}

.usermostviewedeach div, .comparemostviewedeach div{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
}


.comparemostviewedeach{
    height: 380px;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    overflow: hidden;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
}

.compareprojectdivuser1{
    background-color: rgba(138, 98, 250, 0.066);
    border-color: rgba(138, 98, 250, 0.226);  
}

.compareprojectdivuser2{
    background-color: rgba(255, 66, 161, 0.048);
    border-color: rgba(255, 66, 161, 0.139);  
}



#eachfirstdiv{
    height: 80px;
    overflow: hidden;
}

#eachfirstdiv p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;

}


.nameofmostviewed{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 500;
}

.viewsofmostviewed{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgba(188, 143, 216, 0.758);
}

.userviewsofmostviewed{
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);
}



.exploreloadmorediv{
    max-width: 1480px;
    width: 100%;
    margin: auto;
    background-color: rgb(96, 41, 148);
    font-family: "roboto", sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}


.exploreloadmorediv:hover{
    background: rgb(85, 36, 130);
}


#explorelogo{
    font-size: 60px;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    opacity: 0.9;
    font-weight: 600;
}
#explorelogo2 {
    font-size: 80px;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    opacity: 0.6;
    font-weight: 600;
}

.exploreformdiv{
    display: flex;
    width: 100%;
}

.exploreformdiv form{
    display: flex;
    width: 100%;
}


#exploreinput{
    box-sizing: border-box;
    border: 1px solid;
    padding-left: 80px;
    background-color: rgba(0, 0, 0, 0.048);
    color: rgb(188, 143, 216);
    height: 72px;
    border-radius: 100px;
    font-size: 26px;
    width: 100%;
    text-align: content;
    outline: 0px solid rgb(96, 41, 148);
    outline-width: 0px; 
    transition: outline 0.1s ease;
}

#exploreinput:focus{
    outline: none;
    outline: 6px solid rgba(96, 41, 148, 0.548); 
}

#exploreinput::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
}


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

.tagsdiv{
    display: flex;
    justify-content: safe;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 30px;
}

.rankingtagsdiv{
    display: flex;
    justify-content: safe;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 20px;
}




.tagbuttondiv{
    padding-left: 17px;
    min-width: 50px;
    text-align: center;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
    transition: background-color 0.2s ease;
}

.tagbuttondiv:hover{
    background-color: rgba(183, 58, 241, 0.121);
}


.tagbuttondivselect{
    min-width: 50px;
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(183, 58, 241, 0.121);
    border-color: rgba(188, 143, 216, 0.534);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
}

.rankingtagbuttondiv{
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
    transition: background-color 0.2s ease;
}

.rankingtagbuttondiv:hover{
    background-color: rgba(183, 58, 241, 0.121);
}



.rankingtagbuttondivselect{
    padding-left: 17px;
    padding-right: 17px;
    height: 60px;
    align-content: center;
    border: solid 1px;
    background-color: rgba(183, 58, 241, 0.121);
    border-color: rgba(188, 143, 216, 0.534);
    color: rgb(188, 143, 216);
    border-radius: 100px;
    font-size: 25px;
    font-family: "roboto", sans-serif;
}


.exploretagandmodediv{
    width: 100%;
    display: flex;
}

.selectdiv{
    text-align: end;
    width: 245px;
    margin-left: 40px;
    border-left: solid 1px;
    border-color: rgba(188, 143, 216, 0.224);
    
}

#exploreselect{
    width: 200px;
    border-style: solid;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    height: 63px;
    border-radius: 100px;
    font-size: 25px;
    text-align: center;
    transition: background-color 0.2s ease;
}

#exploreselect:hover{
    background-color: rgba(183, 58, 241, 0.121);
}

#exploreselect option{
    background-color: rgb(255, 255, 255);
}

.rankingsselect{
    width: 200px;
    border-style: solid;
    border-color: rgba(188, 143, 216, 0.224);
    background-color: rgba(183, 58, 241, 0.05);
    color: rgb(188, 143, 216);
    height: 63px;
    border-radius: 100px;
    font-size: 25px;
    text-align: center;
    transition: background-color 0.2s ease;
}

.rankingsselect:hover{
    background-color: rgba(183, 58, 241, 0.121);
}



.rankingsselectselected{
    width: 200px;
    border-style: solid;
    background-color: rgba(183, 58, 241, 0.121);
    border-color: rgba(188, 143, 216, 0.534);
    color: rgb(188, 143, 216);
    height: 63px;
    border-radius: 100px;
    font-size: 25px;
    text-align: center;
}

.rankingsselectselected option, .rankingsselect option{
    background-color: rgb(255, 255, 255);
}









.eachrankingdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
}

.rankusercentermostv{
    width: 1480px;
    display: flex;
    justify-content: space-evenly;
    align-self:center;
    flex-wrap: wrap;
    gap: 80px;
}

.rankdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 120px;
}

.rankdiv p{
    color:rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 55px;
    font-weight: 600;
}

.rankusernamediv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}

.rankusernamediv p{
    color:rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.rankimgdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.rankfollowdiv{
    display: flex;
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    padding-right: 20px;
}

.rankfollowdiv p{
    color:rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.rankimg{
    border-radius: 20px;
    width: 90px;
    height: 90px; 
}

.followimg{
    height: 30px;
    padding-right: 10px;
    opacity: 0.8;
}

#rankingincreaseimg{
    padding-left: 25px;
    padding-right: 5px;
}

#rankingincreasep{
    color: rgb(117,220,98);
}

.rankingpagesdiv{
    max-width: 1480px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.pagediv{
    background-color: rgb(96, 41, 148);
    font-family: "roboto", sans-serif;
    padding: 10px;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}

.pagediv:hover{
    background: rgb(85, 36, 130);
}


.desactivatedpagediv{
    background-color: rgba(96, 41, 148, 0.475);
    font-family: "roboto", sans-serif;
    padding: 10px;
    font-size: 25px;
    color: rgb(188, 143, 216);
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
}

.pageselectdiv{
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 25px;
    font-weight: 600;
    align-items: center;
    min-width: 280px;
    justify-content: center;
}

#rankpageinput{
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-weight: 600;
    font-size: 25px;
    width: 100px;
    text-align: center;
    border: solid 1px;
    background-color: rgba(0, 255, 255, 0);
    border-color: rgb(188, 143, 216);
    border-radius: 10px;
}




.rankingvariationcenterdiv{
    width: 1480px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.variationbuttondiv{
    justify-content: center;
    height: 77px;
    width: 270px;
    display: flex;
    align-items: center;
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: rgb(188, 143, 216);
    gap: 10px;
    border-bottom: 3px solid rgb(188, 143, 216);

}

.variationbuttondiv:hover{
    background-color: rgba(183, 58, 241, 0.05);
}




.comparewidediv{
    width: 100%;
    background-color: rgba(183, 58, 241, 0.05);;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.comaparecenterdiv{
    width: 100%;
    max-width: 1480px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.compareinputs{
    height: 120px;
    text-align: center;
    flex-grow: 1;
    border-radius: 20px;
    border: solid 1px;
    border-color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 26px;
    color: rgb(188, 143, 216);
    outline: 0px solid rgba(96, 41, 148, 0.548);
    outline-width: 0px; 
    transition: outline 0.1s ease;
    background-color: rgba(0, 0, 0, 0.048);
}

.compareinputs:focus{
    outline: 6px solid rgba(96, 41, 148, 0.548); 
}








.compareinputswrong{
    height: 120px;
    text-align: center;
    flex-grow: 1;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid 1px;
    border-color: rgba(255, 9, 9, 0.454);
    font-family: "roboto", sans-serif;
    font-size: 30px;
    color: rgb(188, 143, 216);
}

.compareinputs::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
    text-align: center;
}


.compareinputswrong::placeholder{
    color: rgb(188, 143, 216);
    opacity: 0.5;
    text-align: center;
}

.comparebuttondiv{
    background-color: rgb(96, 41, 148);
    align-content: center;
    text-align: center;
    height: 122px;
    width: 300px;
    border-radius: 20px;
    font-family: "roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: rgb(188, 143, 216);
    cursor: pointer;
    border: 0px;
    transition: background-color 0.2s ease;
}

.comparebuttondiv:hover{
    background-color: rgb(85, 36, 130);
}

.compsmallgraphcenter{
    width: 100%;
    max-width: 1480px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.smallgraphdiv{
    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);
    width: 100px;
    flex-grow: 1;
    min-width: 500px;
    box-sizing: border-box;
    padding: 30px;
}

.smallgraphtitlediv{
    width: 100%;
    text-align: left;
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: rgb(188, 143, 216);
    padding-bottom: 30px;
}

.smallgraphcanvasdiv{
    width: 100%;
    height: 500px;
}

.smallcomparediv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.comparenamediv{
    width: 100%; max-width: 1480px; margin: auto; display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;

}

#all_stats_content{
    box-sizing: border-box;
    padding-left: 30px; padding-right: 30px;
}

.comparecolor1{
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgba(138, 98, 250, 0.799);
}

.comparecolor2{
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgba(245, 53, 149, 0.493);
}

.compareprojectdiv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.indexchoicediv{
    color:rgb(188, 143, 216);
    font-size: 25px;
    font-family: "roboto", sans-serif;
    height: 60px;
    background-color: rgba(183, 58, 241, 0.05);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.148);
    display: flex;
    max-width: 340px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.indexchoicediv:hover{
    background-color: rgba(183, 58, 241, 0.121);
}



.indexchoicedivselect{
    color:rgb(188, 143, 216);
    font-size: 25px;
    font-family: "roboto", sans-serif;
    height: 60px;
    background-color: rgba(183, 58, 241, 0.121);
    border-radius: 20px;
    border: solid 1px;
    border-color: rgba(188, 143, 216, 0.534);
    display: flex;
    max-width: 340px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}





#userstatslogoimg{
    height: 27px;
    width: auto;
    margin-right: 10px;
}

#userstatslogoimgviews{
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.donatebutton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;

    background-color: rgb(96, 41, 148);
    font-family: "roboto", sans-serif;
    font-size: 25px;
    color: rgb(188, 143, 216);

    font-weight: 600;
    border-radius: 8px;
}


.donatebutton:hover{
    background: rgb(85, 36, 130);
}


.userdivisiondiv{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 121px;
    font-weight: 500;
    font-family: "roboto", sans-serif;
    align-items: end;
    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;
}