.fn-permanent {
    font-family: 'Permanent Marker', cursive;
}

.fs-20 {
    font-size: 2rem;
}

.form-wrap {
    height: calc(100vh - 219px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-wrap > form {
    width: 400px;
}

.privacyPolicyWrap label a{
    color: black;
    text-decoration: underline;
}