body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

header, footer {
    background-color: #f0f0f0;
    padding: 20px;
}

.feature {
    margin: 20px;
}

.feature img {
    width: 50px; /* Adjust based on actual SVG size */
}

#social-links {
    margin: 20px 0;
}

footer a {
    display: inline-block;
    margin: 10px 0;
    text-decoration: none;
    color: #007bff;
}

.token-address {
    font-weight: bold;
}
