body {
    background-color: #000000;
    color: #fff;
    font-family: Consolas, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.preloader {
    font-family: Consolas;
    position: absolute;
    height: 102vh;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    border: 0.72px solid #000000;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 0;
    left: 0;
    transition: opacity 300ms ease;
}

.main {
    margin-left: auto;
    left: 0;
    right: 0;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background-color: rgba(36, 36, 36, 0.034);
    position: absolute;
    height: 200px;
    width: 500px;
    border-radius: 10px ;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.text {
    font-weight: bold;
    position: absolute;
    font-size: 25px;
    top: 25%;
    left: 55%;
    transform: translate(-66.19%, -50%);
    width: 80%;
    padding: 20px;
    text-align: center;
    text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff;
}

.bio {
    font-weight: bold;
    position: absolute;
    font-size: 15px;
    top: 45%;
    left: 40%;
    transform: translate(-42.5%, -20%);
    width: 80%;
    padding: 20px;
    text-align: center;
    text-shadow: 0 0 5px #ffffff;
}

.image {
    transform: translate(0%,2%);
    width: 30%;
    padding: 20px;
    text-align: center;
    content:url(https://files.catbox.moe/t4rqph.png);
    border-radius: 50%;
}

.roblox {
    transform: translate(520%, -270%);
    width: 9%;
    padding: 0px;
    content:url(https://files.catbox.moe/vt3ljf.png);
    border-radius: 0%;
}

.tiktok {
    transform: translate(520%, -410%);
    width: 8%;
    padding: 0px;
    content:url(https://files.catbox.moe/2i1nb1.png);
    border-radius: 0%;
}

.spotify {
    transform: translate(400%, -465%);
    width: 8.8%;
    padding: 0px;
    content:url(https://files.catbox.moe/ta2y1f.png);
    border-radius: 0%;
}

.pulsate {
    -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.3;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.3;
    }
}

.ascii {
   color: #b6b6b6; 
}