body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url('383036295.jpeg'); /* Replace with your PNG file path */
    background-size: cover;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

.description {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 8px;
}

.tokens {
    margin-top: 20px;
}

.token {
    background: rgba(0, 0, 0, 0.5);
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
}

.button {
    display: inline-block;
    padding: 10px 15px;
    background: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.button:hover {
    background: #0056b3;
}

footer {
    text-align: center;
    margin-top: 30px;
}
