body {
    font-family: Arial, sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.header-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.header-links a {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.header-links a:hover {
    background-color: #0056b3;
}

h1 {
    text-align: center;
    font-size: 2rem;
    margin: 10px 0;
}

h1 .emoji {
    font-size: 1.5rem;
}

.contract-address {
    text-align: center;
    font-family: monospace;
    color: #00ffff;
}

h2 {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.icon {
    text-align: center;
    font-size: 2rem;
    color: red;
}

.hero-image {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.responsive {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.responsive-video {
    width: 100%;
    border-radius: 10px;
}

.how-to-buy, .about-token, .tokenomics {
    background-color: #333;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

p, li {
    line-height: 1.6;
}

a {
    color: #00ffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ol {
    padding-left: 20px;
}

.buy-graphic, .token-image, .token-video {
    margin: 20px 0;
    text-align: center;
}

.tokenomics p {
    color: #00ffff;
    font-weight: bold;
    text-align: center;
}
