.thank-you-container {
    width: 340px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
}

.thank-you-title {
    font-size: 26px;
    display: flex;
    align-items: baseline;
    font-weight: 400;
    margin-bottom: 30px;
}

.thank-you-title-highlight {
    font-family: "Allison Script";
    margin-right: 8px;
    font-size: 40px;
}

.thank-you-username {
    font-weight: bold;
}

.thank-you-show-recipes-btn {
    padding: 6px;
    background: #53CE6A;
    color: #fff;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}

.thank-you-show-recipes-btn:hover {
    background-color: #4BBF5A;
}

.thank-you-motivational-container {
    margin-top: 30px;
}

.thank-you-motivational-title-1, .thank-you-motivational-title-2 {
    font-family: "Allison Script";
    font-size: 36px;
}

.thank-you-motivational-title-1 {
    margin-left: 30%;
}

.thank-you-motivational-title-2 {
    margin-left: 50%;
}

@media screen and (max-width: 380px) {
    .thank-you-container {
        width: 100%;
        padding: 0 20px;
    }
}