.thank-you-body {
    background-color: #BECBD2;
    margin: 0;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-body section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thank-you-body section h1 {
    font-size: 6rem;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}   

.thank-you-body section nav {
    margin: 1rem;
}