
/*
Theme Name: BTCBuy
Theme URI: https://btcbuy.org
Author: xAI
Author URI: https://x.ai
Description: A WordPress theme for BTCBuy token presale.
Version: 1.0
Text Domain: btcbuy
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #1a73e8;
    color: white;
    padding: 1em;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

nav {
    background-color: #333;
    padding: 1em;
}

nav a {
    color: white;
    margin: 0 1em;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #1a73e8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
}

.presale-section {
    text-align: center;
    padding: 2em;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.presale-section h2 {
    font-size: 2em;
    margin-bottom: 1em;
}

#countdown {
    font-size: 1.5em;
    margin: 1em 0;
}

.payment-info {
    margin: 2em 0;
}

.payment-info p {
    font-size: 1.2em;
}

.copy-address {
    background-color: #1a73e8;
    color: white;
    padding: 0.5em 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.copy-address:hover {
    background-color: #1557b0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media (max-width: 600px) {
    header h1 {
        font-size: 1.8em;
    }

    .presale-section h2 {
        font-size: 1.5em;
    }

    .payment-info p {
        font-size: 1em;
    }
}
