body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: url('GZtK1aDXIAoPGkZ.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

h1 {
    font-size: 4em;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h2 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #ffcc00;
}

.description {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #ffffff;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.button {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s, transform 0.3s;
}

.button i {
    margin-right: 10px;
    font-size: 1.5em;
}

.telegram-button {
    background: #0088cc;
}

.twitter-button {
    background: #000000; /* Black background for X */
}

.button i {
    margin-right: 10px;
    font-size: 1.5em;
}

.button:hover {
    transform: translateY(-5px);
    opacity: 0.9;
    background: #333333; /* Slightly lighter black for hover effect */
}

.button-logo {
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}
.coin-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

.subtitle {
    font-size: 1.5em;
    margin-bottom: 5px; /* Reduce space between subtitle and title */
    color: #a9f791;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 4em;
    margin-top: 0; /* Reduce space above the title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
