@import '/UI/Style.scss';

RespawnTimer {
    justify-content: center;
    align-items: center;
    font-family: $font-main;
    color: $smoke-gray;
    flex-direction: row;
    gap: 15px;
    padding: 2px 60px;
    font-size: 28px;
    background-color: rgba($gray-darkerer, 1);

    > .time {
        color: $white;
        font-size: 38px;
    }
}