.contact-form form {
	border-radius: 10px;
	border: 3px solid var(--green-700);
}

.contact-form textarea {
	min-height: 200px;
	resize: none;
}
