body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    background: #111;
    color: #fff;
    text-align: center;
}


.header-img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
}

.title {
    font-size: 26px;
    margin-top: 30px;
    line-height: 1.5em;
}

.desc {
    font-size: 16px;
    margin: 20px auto 40px;
    line-height: 1.7em;
    max-width: 90%;
}

.login-btn {
    display: inline-block;
    padding: 14px 40px;
    font-size: 18px;
    background: #1D9BF0;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.2s;
}

.login-btn:hover {
    background: #1a8cd8;
}

.links {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
}

.links a, .textlink {
    color: #1D9BF0;
    text-decoration: none;
}
.links a:hover, .textlink:hover {
    text-decoration: underline;
}

.footer {
    margin-top: 60px;
    padding: 20px;
    font-size: 14px;
    opacity: 0.7;
}

/* NFT Section */
.nft-section {
    margin-top: 50px;
}

.nft-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.nft-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nft-img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #444;
    background: #000;
}

.nft-name {
    margin-top: 12px;
    font-size: 18px;
}
