@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    text-emphasis: none;
    line-break: none;
}

body {
    font-family: 'Poppins', sans-serif;
}
section{
    position: relative;
    width:100%;
    height: 100%;
    /* background:#111; */
    /* display: flex;
    /* color: #fff; */
     
    font-family: 'Poppins', sans-serif;

}
/* h2 span{
    transition:1.5s;
} */

h2 span{
    position: relative;
    display: flex;
    color: #111;
    align-items: center;
    justify-content: center;
    transition: 3.5s;
    overflow: hidden;

    
}
h2:hover span{
    filter:blur(20px);
    filter:invert(5px);
    opacity: 0;
    transform:scale(5);
    color:#e8bc53;
    cursor: pointer;

}
h2{
    font-size: 2.5em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder; 
}
h2 span:nth-child(10n+1){
    transition-delay: 0s;
}
h2 span:nth-child(10n+2){
    transition-delay: 0.1s;
}
h2 span:nth-child(10n+3){
    transition-delay: 0.2s;
}
h2 span:nth-child(10n+4){
    transition-delay: 0.3s;
}
h2 span:nth-child(10n+5){
    transition-delay: 0.4s;
}
h2 span:nth-child(10n+6){
    transition-delay: 0.5s;
}
h2 span:nth-child(10n+7){
    transition-delay: 0.6s;
}
h2 span:nth-child(10n+8){
    transition-delay: 0.7s;
}
h2 span:nth-child(10n+9){
    transition-delay: 0.8s;
}
h2 span:nth-child(10n+10){
    transition-delay: 0.9s;
}
h2 span:nth-child(10n+11){
    transition-delay: 1s;
}
h2 span:nth-child(10n+12){
    transition-delay: 1.1s;
}
/* .toggler{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.label{
    background-color: rgb(215, 212, 212);
    display:flex;
    height: 30px;
    width: 50px;
    border-radius:50px;
    border-color: aqua;
}
.fa-moon{
    color:#f1c40f;
    z-index: 10;
}
.fa-sun{
    color:#f39c12;
} */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(227, 229, 229);
}

.box {
    text-align: center;
}

.hours {
    width: 4em;
    height: 4em;
    background-color: rgb(36, 41, 49);
    padding: 1em;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 3px 3px 9px #2987e4, -3px -3px 9px green;

}

.ratio {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    font
}

.minutes {
    width: 4em;
    height: 4em;
    background-color: rgb(36, 41, 49);
    padding: 1em;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 3px 3px 9px green, -3px -3px 9px #2987e4;

}

.seconds {
    width: 4em;
    height: 4em;
    background-color: rgb(36, 41, 49);
    padding: 1em;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 3px 3px 9px #2987e4, -3px -3px 9px green;

}

.format {
    width: 4em;
    height: 4em;
    background-color: rgb(36, 41, 49);
    padding: 1em;
    margin: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 3px 3px 9px rgb(206, 119, 72), -3px -3px 9px rgb(154, 46, 226);

}

.box h1 {
    font-size: 1rem;

}

#hours,
#minutes,
#seconds,
#format {
    font-size: 1.5em;
    color: #fff;
}