body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url('/assets/background.gif') no-repeat center center fixed !important;
    background-size: 100vw 100vh !important;
    background-size: auto;
    font-family: Arial, sans-serif;
    color: white;
    overflow: hidden;
}

.glassy-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background: rgba(173, 216, 230, 0.1);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 30px rgba(173, 216, 230, 0.5);
}

.banner-container {
    position: relative;
    margin-bottom: 20px;
}

.banner {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.profile-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.username {
    font-size: 2em;
    margin: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 255, 255, 0.8);
}

.age {
    font-size: 1.2em;
    margin: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.about-me h2 {
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.about-me p {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
