*{
    margin: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.6) url("https://drive.google.com/u/0/drive-viewer/AKGpihYps-6rWXR-B-B4b14wOBzs-upnd-cPq6Yz2X4EmZpfNdap1lDlTb5lkQHRfLDoC_89STVdI5N3ymHZ5z0bfyKkfJW5r5R3ODY=s2560");
    background-blend-mode: color-dodge;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    user-select: none;
}
header{
    border-bottom: 1.50px solid #02f;
    height: 84px;
    width: 100%;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
header button{
    background: none;
    margin: none;
    border: none;
    width: 30px;
    margin: 5px;
}
header .general{
    width: 150px;
    height: auto!important;
    margin: 5px;
}
button img{
    width: 30px;
}
.actpanel{
    background: rgba(62, 0, 69, 0.6);
    display: flex;
    margin-right: 50px;
    border-radius: 5px;
    padding-right: 10px;
    height: max-content;
    align-self: center;
}
.SectionTitle{
    margin-left: 5px;
    background: url("assets/general/Buttonsbckground.png");
    background-clip: text;
    color: #7d6b7c51;
    background-size: 80px;
    margin-top: 80px;
    font-family: fantasy;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.1em;
    -webkit-text-stroke: #02f 1px;
}
.gdps{
    margin-top: 30px;
    margin-left: 10px;
    width: max-content;
    height: max-content;
    border: 1px solid #0090ff;
    border-radius: 3px;
    width: 339px;
    height: 271px;
    box-shadow: inset 0 4px 50px 10px rgba(0, 127, 255, 0.55);
    background: #500057;
}
.tandi > img{
    border-radius: 5px;
    width: 98px;
    height: 98px;
}
.tandi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tandi{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}
.tandi h3{
    margin-left: 10px;
}
.tandi img{
    margin-top: 10px;
    margin-left: 10px;
}
.badges{
    justify-self: center;
}
.badges > img{
    margin-top: 0;
    width: 35px;
}
.tandb{
    align-self:self-end;
}
.desc{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin-left: 5px;
    margin-top: 10px;
    color: white;
}
.gdpsList{
    display: flex;
    flex-wrap: wrap;
}
footer{
    margin-top: 30px;
    text-align: center;
    border-top: 2px solid #0004ff;
    width: 100%;
    height: max-content;
    background: linear-gradient(54deg, #030c5d 0%, #121213 46.15%, #05002d 82.21%);
}
.hrefs{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.hrefs > div {
    margin: 10px;
}
footer p {
    font-family: var(--font4);
    font-weight: 400;
    font-size: 20px;
    background: linear-gradient(38deg, #ff80f2 0%, #8c9cff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hrefs h3{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.hrefs a {
    text-decoration: none;
    color: #00c8ff;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 400;
}
.pages{
    width: max-content;
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
}
.pages span{
    background-color: #0000006e;
    color: white;
    padding: 10px;
    font-weight: 800;
}
.pages button{
    color: white;
    background-color: #05002d;
    border: none;
    padding: 10px;
    border-radius: 3px;
    font-family: monospace;
}
.profileCard{
    padding: 20px;
    margin-top: 100px;
    align-self: center;
    border:#0090ff solid 1.25px;
    border-radius: 2px;
    backdrop-filter: blur(15px);
    color: white;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
}
.profileCard img{
    width: 150px;
}
.profileCard h2{
    text-align: center;
}
.profileCard h3{
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 3px;
    text-align: center;
}
.bdg{
    justify-self: center;
}
.SectionsTitle{
    font-family: unset!important;
    letter-spacing: 0!important;
    color: lightgray;
    font-size: 1.5rem!important;
    align-self: flex-start!important;
    text-align: left!important;
}
.profileCard p{
    max-width: 500px;
    text-align: center;
}
.socials button{
    background: none;
    border: none;
}
.socials button img{
    width: 25px;
    margin: 0;
}
@media (max-width: 1000px) {
    .profileCard{
        width: 90%;
        transition: .5s;
    }
}
.tools{
    width: max-content;
    background: #030c5d;
    padding: 5px;
    border-radius: 5px;
}
.tools button{
    background: none;
    border: none;
}
.tools button img{
    width: 35px;
    height: 30px;
}
.section{
    width: 70%;
    height: max-content;
}
.Sender button{
    background: none;
    border: none;
    border-left: solid 1px white;
}
.Sender{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px rgb(174, 174, 174);
}
.Sender input{
    background: none;
    border: none;
    margin: 10px;
    color: white;
    outline: none;
    font-size: 1.5rem;
    overflow: hidden;
    width: 95%;
}
.Sender input::placeholder{
    color: rgb(199, 199, 199);
}
.commentBar{
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.commentList{
    width: 100%;
    max-height: 150px;
    overflow-y: scroll;
}
.commentList::-webkit-scrollbar{
    width: 1px;
}
.comment{
    margin-top: 10px;
    background: #000148;
    height: max-content;
    padding: 5px;
    border-radius: 5px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-self: center;
}
.comment img{
    width: 40px;
}
.content{
    margin-left: 10px;
    width: max-content;
    text-align: left;
}
.content h3{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0;
    font-size: 25px;
    margin: 0;
    text-align: left;
}
.content p {
    text-align: left;
}
.russo-one-regular {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.loginPanel{
    margin-top: 100px;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 613px;
    height: 300px;
    color: white;
    justify-self: center;
    align-self: center;
    text-align: center;
}
.loginPanel h3{
    font-size: 35px;
}
.button img{
    width: 65px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: white;
}
.button{
    transform: translateY(100%);
    display: flex;
    align-items: center;
    justify-self: center;
}
.button a{
    border: 3px solid #fff;
    background-color: blue;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: white;
    text-decoration: none;
}