.contact-form {
	display: flex;
	flex-direction: column;
}

.contact-form input {
	font-family: 'Red Hat Display', sans-serif;
	border: none;
	border-radius: 10px;
	padding: 10px;
	margin-top: 30px;
	width: 80%;
}

.contact-form textarea {
	font-family: 'Red Hat Display', sans-serif;
	border: none;
	border-radius: 10px;
	padding: 10px;
	margin-top: 30px;
	width: 80%;
	height: 100px;
}

.contact-form button {
	width: 150px;
}