
body {
    margin: 0;
    padding: 0;
    background-color: #0d0d0d;
    font-family: Arial, sans-serif;
    color: #e0e0e0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

.logo {
    width: 260px;
    height: auto;
    margin-bottom: 20px;
}

.title {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 10px 0;
}

.tagline {
    font-size: 22px;
    color: #c47c39; /* bronze accent */
    margin-bottom: 25px;
}

.coming {
    font-size: 18px;
    margin-bottom: 40px;
}

footer {
    font-size: 14px;
    color: #777;
}
