body {
    background-color: #0b0f19;
    color: #f3f4f6;
    font-family: hack, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    margin: 0;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.top_main_div {
    width: 100%;
    max-width: 650px;
}

.top_panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.nick7red_index {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #f3f4f6;
}

.ava {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.homelessbug {
    font-size: 1rem;
}

.s8red {
    display: flex;
    gap: 20px;
}

.s8red a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s ease;
}


.wlc h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.wlc p {
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
}

.contactmee {
    display: flex;
    gap: 20px;
}

.contactmee a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.deviantart, .instagram, .bluesky, .email, .discord, .x.com {
    color: #9ca3af;
}

.deviantart:hover, .instagram:hover, .bluesky:hover, .email:hover, .about.page div a.x\.com:hover, .x.com {
    color: #f3f4f6;
}

.links h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.links p {
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
}

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

.links div a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.2s ease;
    width: fit-content;
}

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

.links a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.2s ease;
    width: fit-content;
    color: #9ca3af;
}

.links a:hover,
.s8red a:hover {
    color: #f3f4f6;
}

.wlc p.smwc {
    color: #9ca3af;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 35px;
}

.crypto {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.crypto .ltc, 
.crypto .btc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 240px;
}

.crypto img.ltc, 
.crypto img.btc {
    width: 220px;
    height: 220px;
    object-fit: contain;
    border-radius: 12px;
    margin-bottom: 14px;
}

.ltc_a, 
.btc_a {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
    word-break: break-all;
    margin: 0;
    font-family: monospace;
}

.wlc p.aw {
    color: #6b7280;
    font-size: 0.9rem;
    margin-top: 20px;
}

.wlc p.aw a {
    color: #9ca3af;
    text-decoration: none;
    border-bottom: 1px dashed #4b5563;
    transition: all 0.2s ease;
}

.wlc p.aw a:hover {
    color: #f3f4f6;
    border-color: #f3f4f6;
}
