.timerAlert {
    display: inline-block;
    margin: 20px 0;
}
.modalTimerNotification{
    background-color: #eeeeee;
    width: 500px;
    height: 200px;
    padding: 4% 1%;
}
.modalTimerNotification h4 {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 900;
    padding: 0 30px;
    font-size: 22px;
}
.remodal-close {
    right: 0;
    left: unset;
}