body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}
#firstHeart{
    width: 55%;
    animation: heart1-up-down 5s infinite;
}
#secondHeart{
    width: 45%;
    margin-left: -15%;
    animation: heart2-up-down 6s infinite;
}
.bg, .daysLayer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg{
    opacity: 0.8;
}
.daysLayer{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.totalDays{
    position: absolute;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.labelDays{
    font-size: 6vw;
    margin-top: -7vw;
}
.days{
    text-shadow: 6px 6px 10px orange;
    animation: change-days-shadow-color 10s infinite;
    font-size: 30vw;

}
#tommy, #fra{
    position: absolute;
    font-size: 10vw;
    font-weight: bold;
    display: none;
}
#tommy{
    top: 10%;
    text-shadow: 4px 4px 5px #ff8000;

}
#fra{
    bottom: 10%;
    text-shadow: 4px 4px 5px lime;
}

@media screen and (max-width: 500px){
    #firstHeart{
        width: 95%;
    }
    #secondHeart{
        display: none;
    }
    .totalDays{
        font-size: 40vw;
    }
    #tommy{
        top: 17%;
    }
    #fra{
        bottom: 17%;
    }
}
@media screen and (max-width: 700px) and (min-height: 550px){
    #tommy, #fra{
        display: block;
    }
}
@keyframes change-days-shadow-color{
    0%{
        text-shadow: 6px 6px 10px #ff8000;
    }
    30%{
        text-shadow: 6px 6px 10px #ff8000;
    }
    50%{
        text-shadow: 6px 6px 10px lime;
    }
    80%{
        text-shadow: 6px 6px 10px lime;
    }
    100%{
        text-shadow: 6px 6px 10px #ff8000;
    }
}
@keyframes heart1-up-down{
    0%{
        transform: translateY(-25px);
    }
    50%{
        transform: translateY(25px);
    }
    100%{
        transform: translateY(-25px);
    }
}
@keyframes heart2-up-down{
    0%{
        transform: translateY(35px);
    }
    50%{
        transform: translateY(-35px);
    }
    100%{
        transform: translateY(35px);
    }
}
@media (prefers-color-scheme: dark) {
    body{
        background-color: black;
        color: white;
    }
    
    
}body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}
#firstHeart{
    width: 55%;
    animation: heart1-up-down 5s infinite;
}
#secondHeart{
    width: 45%;
    margin-left: -15%;
    animation: heart2-up-down 6s infinite;
}
.bg, .daysLayer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg{
    opacity: 0.8;
}
.daysLayer{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.totalDays{
    position: absolute;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.labelDays{
    font-size: 6vw;
    margin-top: -7vw;
}
.days{
    text-shadow: 6px 6px 10px orange;
    animation: change-days-shadow-color 10s infinite;
    font-size: 30vw;

}
#tommy, #fra{
    position: absolute;
    font-size: 10vw;
    font-weight: bold;
    display: none;
}
#tommy{
    top: 10%;
    text-shadow: 4px 4px 5px #ff8000;

}
#fra{
    bottom: 10%;
    text-shadow: 4px 4px 5px lime;
}

@media screen and (max-width: 500px){
    #firstHeart{
        width: 95%;
    }
    #secondHeart{
        display: none;
    }
    .totalDays{
        font-size: 40vw;
    }
    #tommy{
        top: 17%;
    }
    #fra{
        bottom: 17%;
    }
}
@media screen and (max-width: 700px) and (min-height: 550px){
    #tommy, #fra{
        display: block;
    }
}
@keyframes change-days-shadow-color{
    0%{
        text-shadow: 6px 6px 10px #ff8000;
    }
    30%{
        text-shadow: 6px 6px 10px #ff8000;
    }
    50%{
        text-shadow: 6px 6px 10px lime;
    }
    80%{
        text-shadow: 6px 6px 10px lime;
    }
    100%{
        text-shadow: 6px 6px 10px #ff8000;
    }
}
@keyframes heart1-up-down{
    0%{
        transform: translateY(-25px);
    }
    50%{
        transform: translateY(25px);
    }
    100%{
        transform: translateY(-25px);
    }
}
@keyframes heart2-up-down{
    0%{
        transform: translateY(35px);
    }
    50%{
        transform: translateY(-35px);
    }
    100%{
        transform: translateY(35px);
    }
}
@media (prefers-color-scheme: dark) {
    body{
        background-color: black;
        color: white;
    }
    
    
}
