*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}




html {
    background: linear-gradient(rgb(38, 18, 86), rgb(16, 7, 37));
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-color: rgb(16, 7, 37);
}

body {
    background-color: transparent;
}

.content{
    height: 100vh;
}


#header{
    background-color: rgba(96, 41, 148, 0.783);
    margin: 0;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(20px);
}

.headermenu{
    box-sizing: border-box;
    width: 100%;
    height: 0px;
    background-color: rgb(58, 19, 103);
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    color: rgb(188, 143, 216);
    font-weight: 800;
    font-family: "roboto", sans-serif;
    font-size: 23px;
    overflow-y: hidden;
    transition: height 0.2s ease;
}

.headermenubuttondiv{
    width: 100%;
    padding-left: 20px;
    align-content: center;
    height: 70px;
}

.innerheader{
    height: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
}

#nav{
    flex-grow: 1;
    display: flex;
    justify-content: end;
}


.logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about, .feedback, .info, .donate, .menubuttundiv{
    height: 100%;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#SVlogodiv{
    min-width: 100px; padding-left: 30px; padding-right: 30px;
}

.about:hover, .logo:hover, .feedback:hover, .donate:hover, .menubuttundiv:hover{
    background-color: rgba(0, 0, 0, 0.08)
}

.about:hover, .logo:hover, .feedback:hover, .info:hover{
    transition: background-color 0.2s ease;
}




.logo p, .about p, .feedback p, .info p, .donate p{
    color: rgb(188, 143, 216);
    font-weight: 800;
    font-family: "roboto", sans-serif;
    font-size: 20px;
}



.abouttext{
    padding-top: 130px;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 1.8em;
    text-align: justify;
}

.feedbacktext, .errortext{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10%;
    padding-bottom: 15%;
    color: rgb(188, 143, 216);
    font-family: "roboto", sans-serif;
    font-size: 1.8em;
    text-align: center;
}


.abouttitle, .feedbacktitle, .errortitle{
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: end;
}

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


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



.displayeachdiv{
    width: 332px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 20px;
}

.displayprojectimg{
    width: 332px;
    height: 249px;
    border-radius: 20px;
    margin-bottom: 11px;
}

.displayuserimg{
    width: 45px;
    height: 45px;
    border-radius: 10px;
    margin-right: 12px;
}

.displayinfodiv{
    display: flex;
    width: 100%;
    height: 45px;
}

.displaytextdiv{
    display: flex;
    width: 275px;
    height: 45px;
    flex-wrap: wrap;
}

.displaytitlediv {
    display: flex;
    height: 20px;
    width: 100%;
    color: rgb(188, 143, 216);
    font-weight: 600;
    font-family: "roboto", sans-serif;
    align-items: flex-start;
    font-size: 20px;
    
}


.displaytitlediv a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.displaytitlediv a:hover{
    text-decoration: underline;
}


.displaySUBtitlediv{
    display: flex;
    height: 25px;
    width: 100%;
    color: rgb(188, 143, 216);
    opacity: 0.6;
    font-weight: 400;
    font-family: "roboto", sans-serif;
    align-items: end;
    font-size: 19px;
    padding-top: 3px;
}


.displaySUBtitlediv a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.displaySUBtitlediv a:hover{
    text-decoration: underline;
}