.countdown{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    min-height: 30px;
    text-align: center;
    display: none;
    font-size: 22px;
}

.counting {
    display: block;
    background-color: #e81a1a;
}

.countdown a{
    text-decoration: none;
}
    @media screen and (max-width: 736px) {

        .end {
            min-height: 30px;
        }

        .counting {
            font-size: 1em;
        }

    }
.count {
    color: rgb(192, 192, 192);
}