body{
    background-image: url("https://plus.unsplash.com/premium_photo-1661547731455-0ca5a172a134?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjF8fG5ldyUyMHllYXIlMjBzYW50YXxlbnwwfHwwfHx8MA%3D%3D&auto=format&fit=crop&w=500&q=60");
    background-repeat: no-repeat;
    background-size: cover;
}

.heading{
    display: flex;
    justify-content: center;
}

h1{
    font-size: 70px;
    background-color: beige;
    padding: 20px;
    border:none;
    font-family: 'Dancing Script', cursive;
}

.container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.newYear{
    background-color: rgba(251, 248, 249, 0.82); 
    height: 250px;
    width: 250px;
    margin-top: 50px;
    border:none;
    border-radius: 120px;
}

.block{
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3{
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
}

.days, .hours, .minutes, .seconds{
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}

.red{
    font-size: 60px;
    border: none;
    font-family: 'Staatliches', cursive;
    color: red;
}

button{
    margin-left: 100px;
    border: none;
}


@media all and (max-width:800px) {
    h1{
        font-size: 40px;
    }
}

@media all and (max-width:500px) {
    h1{
        font-size: 30px;
    }
}