body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #B00032 0%, #DE0047 100%);
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 50px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    max-width: 600px;
    width: 90%;
}

.icon {
    font-size: 50px;
    margin-bottom: 20px;
    color: #00d2ff;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.timer-box {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 10px;
    min-width: 70px;
}

.number {
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
}

.label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-top: 5px;
}

.icon {
    width: 300px;
    height: auto;
    padding-bottom: 1rem;
}
