body {
    background-color: #ffe4e4;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;   
    margin-top: 20px;
}

.congrats {
    background-image: url(2nd-Independence-gift-internet.png);
    height: 200px;
    color: white;
    width: auto;
    border-radius: 0px 0px 30px 30px;
    margin-bottom: 30px;
}

.timer {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}

.heating-up {
    background-color: #ffffe0;
    padding: 5px;

}

.promo-section {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
   
    margin-bottom: 20px;
}


.promo-section1 {
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.phone-input {
    padding: 15px;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
}

.join-btn {
    background-color: #ff6600;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
}

.withdrawals {
    height: 500px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}

.withdrawals p {
    margin: 0;
    padding: 10px 0;
    animation: scroll-up 30s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.withdrawals p:nth-child(1) {
    animation-delay: 0s;
}

.withdrawals p:nth-child(2) {
    animation-delay: 1s;
}

.withdrawals p:nth-child(3) {
    animation-delay: 2s;
}

.withdrawals p:nth-child(4) {
    animation-delay: 3s;
}

.withdrawals p:nth-child(5) {
    animation-delay: 4s;
}

.withdrawals p:nth-child(6) {
    animation-delay: 5s;
}

.withdrawals p:nth-child(7) {
    animation-delay: 6s;
}

.withdrawals p:nth-child(8) {
    animation-delay: 7s;
}

.withdrawals p:nth-child(9) {
    animation-delay: 8s;
}

.withdrawals p:nth-child(10) {
    animation-delay: 9s;
}

.withdrawals p:nth-child(11) {
    animation-delay: 10s;
}

.withdrawals p:nth-child(12) {
    animation-delay: 11s;
}

.withdrawals p:nth-child(13) {
    animation-delay: 12s;
}

.withdrawals p:nth-child(14) {
    animation-delay: 13s;
}

.withdrawals p:nth-child(15) {
    animation-delay: 14s;
}

.withdrawals p:nth-child(16) {
    animation-delay: 15s;
}

.withdrawals p:nth-child(17) {
    animation-delay: 16s;
}

.withdrawals p:nth-child(18) {
    animation-delay: 17s;
}

.withdrawals p:nth-child(19) {
    animation-delay: 18s;
}

.withdrawals p:nth-child(20) {
    animation-delay: 19s;
}

.withdrawals p:nth-child(21) {
    animation-delay: 20s;
}

.withdrawals p:nth-child(22) {
    animation-delay: 21s;
}

.withdrawals p:nth-child(23) {
    animation-delay: 22s;
}

.withdrawals p:nth-child(24) {
    animation-delay: 23s;
}

.footer {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}