body{
    margin:0;
    background:#F5F0EA;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:#2E2E2E;
}

.container{
    max-width:700px;
    margin:40px auto;
    padding:20px;
}

h1{
    text-align:center;
    margin-bottom:8px;
    font-size:42px;
}

.slogan{
    text-align:center;
    color:#8C7A6B;
    margin-bottom:40px;
}

.card{
    background:white;
    border-radius:20px;
    padding:22px;
    margin-bottom:25px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.card h2{
    margin-top:0;
}

.countdown{
    font-size:34px;
    font-weight:bold;
    color:#8C7A6B;
    margin:20px 0;
}
