.thankYouPage {
    height: 100%;
}

.thankYou {
    background: var(--headerBackgroundColor);
    color: var(--headerFontColor);
    font-size: 32px;
    padding: 50px;
}

.thankYou h2 {
    color: white;
    text-align: right;
}

.thankYouPage body {
    height: 100%;
}

.thankYouSlide {
    background: url('../img/backgrounds/10202993.jpg');
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 !important;
}
