body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.main {
    position: relative;
    padding: 20px 20px;
}
.texts {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}
.title {
    margin-top: 0;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.description {
    margin-top: 0;
}
.description ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.description ul li {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.1em;
}
.description ul li:last-child {
    border-bottom: none;
}
.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    object-fit: cover;
    filter: blur(10px) brightness(0.5);
}
.discord-presence {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 200px;
    overflow: hidden;
    border-radius: 20px;
    
}
.dc-presence {
    width: 100%;
    height: 100%;
    border: none;
}
hr {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 80%;
    margin: 20px auto;
}
.interests {
    font-size: 1.1em;
}
.links {
    margin-top: 20px;
}
.socialli {
    display: inline-block;
    margin: 0 10px;
}
.links ul {
    list-style: none;
    padding: 0;
}
.social {
    width: 45px;
    height: 45px;
    filter: invert(1);
    margin-bottom: 10px;
}

#nerimity {
    filter: brightness(100);
    border-radius: 50%;
}