

/*Responsiveness Part*/
@media only screen and (max-width: 375px) {
    .header {
        font-size: 25px;
    }

    .hight {
        height: 20%;
    }

    .main {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .button {
        width: 50%;
        display: block;
        margin: auto;
        text-align: center !important;
        display: flex !important; /* Forces the button to be a Flex Container */
        justify-content: center !important;
    }

    .gap {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .img {
        width: 60px;
        height: 60px;
    }

    .alignConfarmPage {
        margin-top: 20vh;
        margin-bottom: 20vh;
    }

    .secondary {
    color:#5156be; 
    font-weight: 600;
    }
   

}

@media only screen and (min-width: 1024px) {

     .header {
        font-size: 30px;
    }

    .text {
        font-size: 18px;
    }

    .main {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 15vh;
    }

      .hight {
        height: 100%;
    }

    .main1 {
        padding-bottom: 0px;
    }

    .button {
        width: 100%;
    }

      .img {
        width: 90px;
        height: 90px;
    }

    .alignConfarmPage {
        margin-top: 20vh;
        margin-bottom: 20vh;
    }

     .secondary {
    color:#5156be; 
    font-weight: 600;
    }

}
