.email-verified {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;
    text-align: center;
}

.image_background {
    background-color: #FFF3F5;
    width: 100%;
}

.image {
    height: 350px;
}

.content {
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    font-size: 24px;
    font-weight: 700;
}

.subtitle {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.back-link {
    display: none;
    margin-top: 32px;
    background-color: #FF5A7D;
    border-radius: 9999px;
    max-width: 340px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;
}