.completeportfolio {
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);

}

.formInput {
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "Crimson Text", serif;
    font-weight: 500;
    font-style: normal;
    margin-left: 5px;
}

.contactForm input,
.feed {
    margin-bottom: 20px;
    height: 28px;
    width: 74%;
    border-radius: 10px;
    border: none;
    padding: 4px;
    /* border: 1px sold; */
    border: 1px solid rebeccapurple;
    background: #fdfdfd;
}

.formFill {
    font-size: 2.5rem;
    margin-top: 10px;
    text-decoration: underline;
    /* font-style: normal; */
    margin: 22px;

}

.contactForm {
    margin-left: 22px;
}

.contactForm .feed {
    height: 100px;
}

#submitForm {
    display: block;
    height: fit-content;
    width: fit-content;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: var(--bgcolor);
    color: wheat;
}