body {
    background: linear-gradient(45deg, #ff8a00 0%, #e52e71 100%);
    color: #f0f0f0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.countdown-item {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.countdown-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #f8d1ff;
}

.social-icon {
    font-size: 1.5rem;
    margin: 0 10px;
    color: #f0f0f0;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: rgba(240, 240, 240, 0.8);
}