* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box {
    width: 100%;
    height: 100vh;
    background-image: url("./images/india.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hrs {

    color: #090938;

}
#hrs:hover{
    color: rgb(243, 148, 59);
    transition: all .6s;
}
#day {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #090938;

}
#day:hover{
    color: rgb(51, 209, 85);
    transition: all .6s;
}