body {
    margin: 10;
    font-family: Arial, sans-serif;
    background-image: url('bg03.jpeg'); /* Add your background PNG file here */
    background-size: cover;
    color: #fff;
}

.container {
    padding: 50px;
    max-width: 800px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.7); /* Slightly transparent black background for readability */
    border-radius: 20px;
}

header {
    text-align: center;
    margin-bottom: 10px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1em;
    margin-top: 10px;
}

.intro {
    margin-bottom: 20px;
}

.tokens {
    margin-top: 20px;
}

.tokens h3 {
    font-size: 1.8em;
}

.tokens ul {
    list-style-type: none;
    padding: 0;
}

.tokens li {
    margin: 10px 0;
}

.tokens a {
    color: #00CCFF;
    text-decoration: none;
}

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

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 0.9em;
}
