.contadorPadre {
    height: 350px !important;
    width: 650px !important;
    border: 3px solid rgb(0, 255, 242) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    background-color: #000f4b !important;
    border-radius: 3% !important;
}

.h1Contador {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    color: #00e1ff !important; 
}

.back {
    margin-bottom: 20px !important;
    color: #a49fa1 !important;
}

.textoContador {
    font-size: 18px !important;
    color: #ffffff !important;
}

.countdown {
    display: grid !important;
    grid-template-columns: repeat(4,1fr) !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 650px !important;
    margin-bottom: 20px !important;
}

.countdown div {
    padding: 15px 0 !important;
    text-align: center !important;
    border-right: solid 2px #000 !important;
}

.countdown div:last-child {
    border-right: none !important;
}

.countdown div p {
    font-weight: 600 !important;
    font-size: 3rem !important;
    color: #00aeff !important;
}

.countdown div span {
    color: #a49fa1 !important;
    font-weight: 300 !important;
}

.notify h2 {
    color: #a49fa1 !important;
    text-align: center !important;
    margin: 30px 0 !important;
    margin-bottom: 20px !important;
    font-size: 1.5rem !important;
}
