body {
    margin: 0;
    font-family: 'Georgia', serif;
    background: url('images/texture.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #f4f1ec;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    backdrop-filter: brightness(0.7);
}

.container {
    max-width: 700px;
    padding: 30px;
    background: rgba(30, 20, 10, 0.85);
    border-radius: 12px;
    box-shadow: 0 0 20px #00000088;
}

.logo {
    width: 100px;
    margin-bottom: 20px;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #ffd700;
}

p {
    font-size: 1.1em;
    margin-bottom: 30px;
}

#countdown {
    display: flex;
    justify-content: space-around;
    font-size: 1.5em;
    margin-bottom: 20px;
}

#countdown div {
    background: #5c3b1a;
    padding: 10px;
    border-radius: 10px;
    min-width: 60px;
    color: #fff;
    box-shadow: inset 0 0 5px #000000aa;
}

footer {
    margin-top: 20px;
    font-size: 0.9em;
    color: #ccc;
}
