body,
html {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
}

.title-bar .centre-text {
    width: 500%;
    right: -200%;
    top: var(--distance);
    margin: auto;
    position: fixed;
    text-overflow: ellipsis;
}

.sub-title {
    font-size: 27px;
    font-weight: 500;
}

.aboutme {
    border-radius: 12px;
    background-color: rgba(12, 12, 12, 0.60);
    border: 2px solid rgba(255, 255, 255, 0.298);
    width: 75%;
    left: 12.5%;
    padding: 12px;
    position: relative;
}

.aboutme-text {
    text-shadow: var(--text-stroke);
    word-spacing: 6px;
    font-size: 30px;
    line-height: 40px;
}

.aboutme .title {
    text-shadow: var(--text-stroke);
    font-size: 55px;
}

.aboutme .split {
    height: 4px;
    background-color: rgb(0, 0, 0);
    color: black;
    border-radius: 3px;
    border: 2px solid rgb(255, 255, 255);
}



a.link {
    transition: 100ms;
    text-decoration: none;
    color: rgba(214, 91, 255, 0.64) !important;
}

a:hover.link {
    transition: 100ms;
    text-decoration: none;
    color: rgba(214, 91, 255, 0.882) !important;
}

a:active.link {
    transition: 100ms;
    text-decoration: none;
    color: rgba(181, 43, 255, 0.733) !important;
}


br.line {
    display: block;
    content: " ";
    margin-top: 40px;
}

.aboutme-area {
    opacity: 0%;
    width: 100%;
    height: 100%;
    background-image: url("/static/bg");
    background-repeat: repeat-y;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.pfp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    width: 180px;
    border: 8px double black;
}

#logo-left {
    position: fixed;
    z-index: 100;
    width: 175px;
    left: 24.3%;
    top: 125px;
}

.logo-left-mobile {
    position: fixed;
    z-index: 100;
    width: 60px !important;
    left: 24.3%;
    top: 125px;
}

#logo-right {
    position: fixed;
    z-index: 100;
    width: 60px;
    right: 25%;
    transform: translateX(25%);
    top: 125px;
}


.title-bar {
    z-index: -1;
    background-color: rgb(0, 0, 0);
    width: 53%;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    border-radius: 120px;
    height: 75px;
    position: fixed;
    border: 2px solid rgba(210, 88, 255, 0.691);
    -webkit-box-shadow: 0px 0px 60px 0px rgba(173, 83, 237, 0.9);
    -moz-box-shadow: 0px 0px 60px 0px rgba(173, 83, 237, 0.9);
    box-shadow: 0px 0px 60px 0px rgba(173, 83, 237, 0.9);
}