.timer-window{
    width: unset;
    height: unset;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.timer-text{
    font-size: xx-large;
}
