* {
    cursor: url("https://files.catbox.moe/sxdaup.cur") 16 16, auto;
}

body {
    background-color: black;
    margin: 0;
}

#video-background {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
  }

#profileName {
    font-family: proxima-nova, sans-serif;
    font-size: 35px;
    color: #FFF;
    background-image: url('../image/sparkle_white.gif');
    text-shadow: 0px 0px 16.5px #bfbfbf;
}

#credit {
    font-family: proxima-nova, sans-serif;
    font-size: 17px;
    color: #FFF;
    background-image: url('../image/sparkle_white.gif');
    text-shadow: 0px 0px 16.5px #bfbfbf;
}

#bio {
    font-family: proxima-nova, sans-serif;
    font-size: 35px;
    color: #FFF;
}

.bottom-middle {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    color: white;
    padding: 10px 20px;
}

#enterText {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    cursor: pointer;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s;
    font-weight: bold;
    z-index: 9999;
}

#enterText:hover {
    color: #FFF;
}

.main-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.main-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://cdn.discordapp.com/attachments/1234138931432525946/1235246589421944923/girl.jpg?ex=6633ac88&is=66325b08&hm=dab55a911aef14bb0c945f5b4df1d8405bdd73994e440ce0192876e8f4430288&') no-repeat center center/cover;
    z-index: -1;
}

.profile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    min-height: 400px;
    background-image: transparent;
    border-radius: 12px;
    box-shadow: 4px 4px 9px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-bottom: 32.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; /* Added */
}

.additional-info {
    margin-top: 20px; /* Adjust as needed */
    width: 400px; /* Same width as profile */
    min-height: 100px; /* Adjust as needed */
    background-color: transparent; /* Background color */
    border-radius: 10px; /* Border radius */
    box-shadow: 4px 4px 9px 2px rgba(0, 0, 0, 0.3); /* Box shadow */
    display: flex;
    align-items: center; /* Vertically center items */
    justify-content: center; /* Horizontally center items */
}

.additional-profile {
    flex-shrink: 0; /* Prevent the profile image from shrinking */
    margin-right: 10px; /* Adjust as needed */
    margin-left: -125px;
    display: inline-block;
    position: relative;
}

.additional-profile img {
    width: 50px; /* Adjust the width as needed */
    height: 50px; /* Set height to match width for a perfect circle */
    border-radius: 50%; /* Make the image circular */
}

.additional-name, .additional-status {
    color: #FFF; /* Text color */
    font-family: proxima-nova, sans-serif; /* Font family */
    font-size: 12px;
    margin-top: -5px; /* Adjust margin as needed */
    display: inline-block; /* Display inline-block */
}

.additional-name {
    margin-top: -35px;
}

.additional-status {
    margin-top: 25px; /* Adjust the margin top as needed */
    margin-left: -105px;
    font-family: proxima-nova, sans-serif;
}

.additional-available {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px; /* Adjust width as needed */
    height: 15px; /* Adjust height as needed */
}

.additional-available img {
    width: 100%; /* Make the image fill the container */
    height: 100%; /* Make the image fill the container */
    border-radius: 50%; /* Make the image circular */
}


.profile-picture {
    margin-top: 20px; /* Adjust as needed */
}

.profile-name {
    position: relative;
}

.profile-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; /* Adjust as needed */
}

.profile-badges img {
    width: 45px; /* Adjust as needed */
    height: auto;
    margin: 0 5px; /* Adjust as needed */
}

.lanyard_prof {
    width: 100px; /* Adjust as needed */
    height: 100px; /* Adjust as needed */
    border-radius: 50%; /* Make it a circle */
    border: 2px solid white; /* Border properties */
    margin-top: 20px; /* Adjust as needed */
    display: flex; /* Flex container */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.lanyard_picture {
    width: 50px; /* Adjust as needed */
    height: 50px; /* Adjust as needed */
    border-radius: 50%; /* Make it a circle */
    margin-top: 20px; /* Adjust as needed */
}