*{
    padding: 0;
    margin: 0;
    color: white;
}
@import url('https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&display=swap');
body {
    background-color: rgb(0, 0, 0);
    background-image: url(../img/wallpaper.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size : cover;
    scale: 88%;
}
.profile-parent {
    display: flex;
    justify-content: center;
    padding: 3rem;
    gap: 15rem;
}
.profile-all{
    display: flex;
    flex-direction: row;
}
.profile-section {
    display: flex;
    flex-direction: column;
    color: white;
}
.profile-details {
    display: flex;
    flex-direction: column;
    padding-left: 4rem;
    padding-top: 1rem;
    gap: 0.5rem;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.profile-details label{
    font-size: 1.4rem;
}
.profile-details p{
    font-size: 1.2;
}
.profile-section img {
    width: 12rem;
    height: 12rem;
    border-radius: 2%;
}
.awards-section {
    color: white;
    display: flex;
    flex-direction: column;
}
.awards-section label {
    font-size: 1.7rem;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 0.4rem;
}
.level-dashboard {
    color: white;
    background-color: rgba(0, 0, 0, 0.305);
    backdrop-filter: blur(5px);
    width: auto;
    height: auto;
    width: 100%;
    padding: 2rem;
    border-radius: 3px;
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    font-style: bold;

}
.level-elements {
    display: flex;
    flex-direction: row;
}
.level-labels {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
}
.level-labels label{
    font-size: 1.4rem;
}
.level-labels p {
    font-size: 1.2rem;
}
.level-elements img{
    width: 3rem;
}
.bio-section {
    padding-top: 3rem;
}
.bio-section label {
    font-size: 1.7rem;
}
.bio-dashbaord {
    margin-top: 0.4rem;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.305);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 3px;
}
.bio-dashbaord label {
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 400;
    font-style: bold;
    font-size: 1.4rem;

}
.bio-dashbaord p {
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 500;
    font-style: italic;
    padding-top: 2rem;
}
.achive-section {
    padding-top: 5rem;
}
.achive-dashboard {
    margin-top: 0.4rem;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.305);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 3px;
}
.achive-part {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.achive-part label{
    font-family: "Libertinus Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 1.5rem;
}
.achive-part p {
    color: rgb(189, 189, 189);
    font-size: 3rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.updates-section {
    padding-top: 2rem;
}
.updates-section label {
    font-size: 1.7rem;
}
.updates-dashboard {
    background-color: rgba(0, 0, 0, 0.305);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.updates-dashboard p {
    direction: ltr;
    font-size: 1.2rem;
    cursor: pointer;
}
.updates-dashboard button {
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    padding: 0.4rem;
    background: transparent;
    outline: none;
    border: 0;
    align-self: center;
    margin-top: 1rem;
    cursor: pointer;
}
.updates-dashboard img {
    width: 50%;
    height: 3rem;
}
audio {
    margin-top: 1rem;
    width: 8rem;
    scale: 100%;
    color-scheme: dark;
    height: 3rem;
}
audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
                background-color: rgba(0, 0, 0, 0.684);
                backdrop-filter: blur(10px);
                
}
audio::-webkit-media-controls-timeline {
    display: none;
}
audio::-moz-range-track {
    display: none;
}
audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}
audio::-webkit-media-controls-panel {
    overflow: hidden;
}