#countdown-timer-unique {
    font-size: 1.5em;
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

#countdown-timer-unique span {
    display: inline-block;
    min-width: 50px;
    padding: 5px;
    background-color: #222;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    text-shadow: 0 0 5px #ff6347;
}

.p_title{
    color: #5E5E5E;
}