body {
    background: #001f3f;
    color: #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-color);
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
	overflow: hidden;
    flex-direction: column;
}

:root {
    --bg-color: #212529;
    --card-color: #343a40;
    --text-color: #adb5bd;
    --heading-color: #f8f9fa;
    --accent-color: #4da6ff;
    --scrollbar-thumb: #6c757d;
    --scrollbar-track: #495057;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 80%;
    max-width: 700px;
    border-radius: 15px;
}



.profile-card {
    background: #1c2b3e;
    border-radius: 25px;
    padding: 20px;
    width: 350px;
    text-align: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.profile1-card {
    background: #1c2b3e;
    border-radius: 15px;
    padding: 30px;
    width: 80%;
	max-width: 700px;
    text-align: center;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.profile-pic-container {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    padding: 5px;
    background: linear-gradient(135deg, #00d2ff, #29e88b, #ff00ff);
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
    border: 3px solid #1c2b3e;
}

h1, h2, h3 {
    color: var(--heading-color);
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

h1 {
   font-size: 24px;
   margin-bottom: 5px;
}

h3 {
    color: var(--accent-color);
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #b0b0b0;
    margin-top: 0;
    margin-bottom: 25px;
	line-height: 1.6;
    margin-bottom: 15px;
}

.scrollable-content {
    overflow-y: auto;
    max-height: 80vh;
    padding-right: 15px;
}
        
.scrollable-content::-webkit-scrollbar {
    width: 12px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: var(--scrollbar-track);
    border-radius: 10px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 10px;
    border: 3px solid var(--scrollbar-track);
}

.links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.link-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 12px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.link-button i {
    margin-right: 10px;
}

.link-button:hover {
    transform: scale(1.03);
}

.instagram { background: linear-gradient(to right, #e4405f, #c13584, #833ab4, #405de6); }
.x { background-color: #000; }
.facebook { background-color: #1877f2; }
.discord { background-color: #5865f2; }
.spotify { background-color: #1ed760; }
.contact { background-color: #e6007a; }

.footer {
    margin-top: 20px;
    font-size: 12px;
    color: #808080;
}

.footer a {
    color: #808080;
    text-decoration: none;
    margin: 0 5px;
}

.footer a:hover {
    text-decoration: underline;
}

.top-bar {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.icon-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1c2b3e; /* Hintergrundfarbe der Karte */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #29e88b; /* Leuchtende Farbe der Icons */
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s ease-in-out;
}

.icon-button:hover {
    background-color: #2a3d50; /* Etwas dunkler beim Hover */
}

.header-icons .home {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L3 9v12h6v-7h6v7h6V9L12 2z' fill='%23ffffff'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L3 9v12h6v-7h6v7h6V9L12 2z' fill='%23ffffff'/%3E%3C/svg%3E");
        }

.header-icons .moon {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 109 9c0-.66-.07-1.3-.2-1.92A7.99 7.99 0 0112 3z' fill='%23ffffff'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9 9 0 109 9c0-.66-.07-1.3-.2-1.92A7.99 7.99 0 0112 3z' fill='%23ffffff'/%3E%3C/svg%3E");
        }

        .header-icons {
            position: absolute;
            top: 20px;
            right: 20px;
            display: flex;
            gap: 10px;
        }

        .header-icons .icon {
            width: 24px;
            height: 24px;
            background-color: var(--text-color);
            mask-size: cover;
            -webkit-mask-size: cover;
        }