    .lexend {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    }

body {
    font-family: 'lexend', sans-serif;
    background-color: #F7F5EF;
}

.contact-form {
    display: flex;
    flex-direction: column;
    padding: 5%;
    max-width: 800px;
    margin: auto;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1.15em;
}

.form-heading {
    text-decoration-line: underline;
    text-underline-offset: 0.5rem;
}

form {
    background-color: rgb(210, 233, 158);
    padding: 2rem;
    border-radius: 10px;
}

fieldset {
    border: none;
}

label {
    display: block;
    width: 90%;
    font-size: 1.15rem;
}

input, textarea {
    font-family: "Lexend", sans-serif;
    margin: 1rem 0;
    border: black 1px solid;
    border-radius: 8px;
    padding: 0 20px;
}

input {
    width: 100%;
    height: 4rem;
}

textarea {
    display: block;
    height: 200px;
    width: 90%;
    padding-top: 2rem;
}

input::placeholder
textarea::placeholder {
    font-family: "Lexend", sans-serif;
    padding: 20px;
}

button[type="submit"] {
    display: block;
    font-family: "Lexend", sans-serif;
    font-weight: bold;
    font-size: 1.15rem;
    justify-content: center;
    border: none;
    border-radius: 8px;
    margin: 20px auto;
    width: 30%;
    height: 4rem;
    border-radius: 8px;
    background-color: rgb(20, 20, 20);
    color: #F7F5EF;
}

/*  SUMBITTED FORM  STYLES  */

.submit-confirm {
    height: 98vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    vertical-align: middle;
}

.main-submit-container {
    margin: auto;
    background-color: rgb(210, 233, 158);
    padding: 2rem;
    border-radius: 10px;
    padding: 10%;
    max-width: 800px;
    min-width: 200px;
}

.submit-heading, .submit-text {
    text-align: center;
}

.submit-heading {
    font-size: 2.5rem;
    text-decoration-line: underline;
    text-underline-offset: 1rem;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}

.submit-text {
    font-size: 1.25rem;
}

.submit-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 1.15rem;
    margin: 0 auto;
    margin-top: 4em;
    margin-bottom: 2em;
    height: 4em;
    width: 30%;
    min-width: 200px;
    background-color: rgb(20, 20, 20);
    color: #F7F5EF;
    border-radius: 8px;
}

.submit-nav a {
    margin: auto 0;
    vertical-align: middle;
    text-decoration: none;
    color: #F7F5EF;
}

.submit-home-btn-icon {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}