body {
    font-family: Arial, sans-serif;
    background-image: url('https://img.freepik.com/premium-photo/abstract-background-suitable-graphics_593294-3636.jpg?semt=ais_hybrid&w=740&q=80');
    text-align: center;
    margin: 0;
    padding: 0;
   
   
}

.calender {
    padding: 30px;
}

h1 {
    font-size: 50px;
    color: #2c3e50;
    margin-bottom: 20px;
}

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

.timebox {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100px;
}

.timebox span {
    font-size: 40px;
    font-weight: bold;
    display: block;
}

.timebox p {
    margin: 5px 0 0;
    font-size: 20px;
    color: #555;
}
