/*Done page*/

.doneBody {
    display: flex;
    flex-direction: column;
    padding-top: 12rem;
    padding-left: 20%;
    padding-right: 20%;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #FAFAFA;


}

body {
    background-color: #FAFAFA;
    height: 100vh;
}


.endTitle {
    font-weight: 400;
    font-size: 36px;
    letter-spacing: .2rem;
    line-height: 4.2rem;
    max-width: 500px;
    margin-top: 42px;

}

.iconStyle {
    font-size: 23rem;
    font-weight: 900;
    color: lightgreen;
}



/*tab*/
@media only screen and (min-width: 810px) and (min-height: 1080px) {
    #thankYou {
            height: 70%;
            width: 70%;
        }
    
        .endTitle {
            font-size: 28px;
            line-height: 2.8rem;
            margin-top: 46px;
            width: 400px;
        }

}

/*phone*/
@media only screen and (max-width: 480px) {

            #thankYou {
                    height: 90%;
                    width: 90%;
                }
            
            
                .endTitle {
                    font-size: 28px;
                    line-height: 2.6rem;
                    margin-top: 32px;
                }
            
                .doneBody {
                    padding-top: 10rem;
            
                }

        

}
/*large screens*/
@media only screen and (min-width: 811px) {
    #thankYou {
        height: 35%;
        width: 35%;
    }

        .endTitle {
       
            margin-top: 42px;
    
        }

}