@font-face {
    font-family: "Share Tech Mono", monospace;
    font-style: normal;
    font-weight: 500;
    src: url(font/ShareTechMono-Regular.ttf)
}

body {
    font-family: "Share Tech Mono", monospace;
    margin: 0px;
    background-color: #05000c;
    color:#f934e2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.section-title{
    color: #e9ddfe;
    font-weight: 900;
    padding: .2rem;

}
.box {
    aspect-ratio: 1/1;
    width: 500px;
    height: 500px;
    max-width: 80vw;
    max-height: 80vh;
    border: solid .1rem #a76bfb;
    border-radius: .2rem;
    display: flex;
    margin-left: calc(max(20vw,calc(100vw - 500px)) / 3);
    margin-top: calc(max(20vh,calc(100vh - 500px)) / 3);
}
.navbar-box {
    width: 8rem;
    border-right: solid .1rem #a76bfb;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.about-img {
    height: 8rem;
}
.about-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #e9ddfe;
    align-items: center;
    gap: .1rem;
    list-style: none;
}
.hobbies-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: center;
    gap: 2rem;
    list-style: none;
}
.hobbies-dropdown {
    padding: .5rem;
    color: #f934e2;
    align-items: center;
    gap: .5rem;
    list-style: none;
    text-align: left;
}
.hobbies-dropdown img {
    width: 5rem;
    float: left;
    margin-right: .5rem;
}
.hobby-head {
    color: #e9ddfe;
}
.wkdaFM-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: center;
    gap: .1rem;
    list-style: none;
}
.friendz-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: 1rem;
    list-style: none;
}
.events-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: 1rem;
    list-style: none;
}
.buttons-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: 1rem;
    list-style: none;
}
.socials-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: 1rem;
    list-style: none;
}
.contacts-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: .5rem;
    list-style: none;
}
.contact {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: .5rem;
    list-style: none;
}
.contact-title {
    color: #e9ddfe;
}
.homelab-inner {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    color: #f934e2;
    align-items: left;
    gap: .4rem;
    list-style: none;
}
.homelab-title {
    color: #e9ddfe;
    text-decoration: underline;
}
hr {
    width: 60%;
    align-items: center;
}
nav {
    list-style: none;
    align-items: center;
    text-align: center;
    gap: .5rem;
    display: flex;
    flex-direction: column;
    padding: .4rem;
}
nav a {
    color: #f934e2;
}
div a {
    color: #f934e2;
}
.pad {
    padding: 1rem;
}
.radio-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
}
.radio {
    border: none;
}
.radio-wrapper-outer {
    width: calc(400px * 0.75);
    height: calc(192px * 0.75);
    overflow: hidden;
    flex: 0 0 auto;
    z-index: 5;
    position: relative;
}
.radio-wrapper-inner {
    transform: scale(0.75);
    transform-origin: top left;
}
.profile {
    height: 1.5rem;
}
.linking {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}
.dot {
    list-style: disc;
    text-align: left;
}
.badges-wrapper {
    background-color: #cccecc;
    border-radius: .25rem;
    margin: .5rem 0;

    display: flex;
    justify-content: center;
}
.badges-outer {
    justify-content: start;
    width: max-content;
    max-width: 100%;
    padding: .3rem;
}
.badges-outer:hover {
    cursor: none;
}
.badges-inner {
    margin: .25rem .5rem;
    padding: 0;
    border: none;
}
.badges-inner:hover {
    cursor: none;
}
.badges-img {
    width: 88px;
    height: 31px;
    transition: all .5s;
}
.badges-img:hover {
    transform: scale(1.5);
}
.link-icon {
    display: block;
    height: 0.9rem;
}
.link-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    flex-direction: row;
    gap: 0.2rem;
}
.link-text {
    display: contents;
    color: #f934e2;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all .5s;
}