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

.container {
    text-align: center;
}

h1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.timer {
    display: flex;
    gap: 25px;
    justify-content: center;
    font-size: 36px;
}

.box {
    background: #1e293b;
    padding: 20px 30px;
    border-radius: 10px;
    min-width: 90px;
}

.label {
    font-size: 14px;
    color: #94a3b8;
    margin-top: 8px;
}