@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.txt{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10rem 0 13rem 0;
    font-weight: 700;
    font-size: 1.3rem;
}

.txt #umrah{
    text-align: center;
    font-weight: normal;
    margin-top: 3.5rem;
    width: 42rem;
}

.cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2rem;
}

.cont #number{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20rem;
}
/* Responsive adjustments */
@media (max-width: 800px){ 
    .wrapper > div {
        margin: 1rem;
        padding: 2rem;
    }
    .wrapper .txt {
        display: flex;
        text-align: center;
        font-size: 3vw;
        justify-content: center;
        margin: 0;
        width: 100vw;
        p#umrah {
            margin: 2rem 0 0 0 ;
            width: 100%;
        }
    }

    .cont {
        font-size: 4vw;
        height: 100%;
        p#number {
            margin: 0;
        }
    }
}