.closing-timer {
    opacity: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    translate: 0 -3rem;
    font-size: 2rem;
    font-family: PixL;
    color: white;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.544));
}