.background-image {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.sub-heading {
    font-size: 1.25rem;
    font-weight: 700;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.powered-by {
    color: #096768;
    font-size: 1.25rem;
    margin-bottom: 5px;
    text-align: center;
}

.logo {
    margin: 0 10px;
}
  
.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.title {
    color: #66CCCC;
    font-size: 40px;
    line-height: normal;
}

.thank-you {
    color: #FF646C;
    font-size: 4rem;
    font-style: italic;
}

.thank-you-message {
    color: #66CCCC;
    font-size: 2.5rem;
}

.thank-you-body {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}