.count {
    padding: 5px;
}

.countdown {
    /* padding: 100px; */
    text-align : center;
    /* display: flex; */
    justify-content: center;
}

.countdown-logo {    
    text-align : center;
    display: flex;
    justify-content: center;
    width: 90px;
}

.img-pemerintah {
    width: 100%;
    height: 50px;
    justify-content: center;
    margin: 10px 10px;
}

.timer {
    background: #FFAC00;
    /* background: linear-gradient(90deg, rgba(255, 172, 0, 1) 0%, rgba(26, 104, 91, 0.73) 54%); */
    font-size: 35px;
    font-weight: bold;
    color: white;
    /* padding: 30px; */
    width: 100%;
    margin: 20px 0;
    padding: 10px 50px;
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.692);
}

.title-event {
    color: white;
    font-weight: bold;    
    font-family: poppins;
    text-shadow: 5px 5px 10px rgb(0, 0, 0);
    margin-top: 30px;
}

@media (min-width: 768px) {
    .countdown {
    /* padding: 100px; */
    text-align : center;
    display: flex;
    justify-content: center;
    }

    .countdown-logo {    
    text-align : center;
    display: flex;
    justify-content: center;
    width: 300px;
    }

    .img-pemerintah {
        width: 100%;
        height: 60px;
        justify-content: center;
        margin: 30px 30px;
    }

    .timer {
        background: #FFAC00;
        /* background: linear-gradient(90deg, rgba(255, 172, 0, 1) 0%, rgba(26, 104, 91, 0.73) 54%); */
        font-size: 55px;
        font-weight: bold;
        color: white;
        /* padding: 30px; */
        width: 500px;
        margin: 0 30px;
        padding: 0 0;
        border-radius: 20px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.692);
    }

    .timer-info {
        font-size: 35px;
        font-weight: bold;
        color: white;
        /* padding: 30px; */
        width: 500px;
        margin: 0 30px;    
    }

    .title-event {
        color: white;
        font-weight: bold;
        font-family: poppins;
        text-shadow: 5px 5px 10px rgb(0, 0, 0);
        margin-top: 30px;
        margin-bottom: 50px;
    }
}

