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


}

body {
    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;
}

@media only screen and (max-width: 809px) {
    .glass {
        margin-left: 2rem;
    }

    .intro_wrapper {
        padding: 1rem;
    }

    .endTitle {
        font-size: 22px;
        line-height: 2.5rem;

    }
}