@charset "utf-8";
h2{
	text-align: center;
	font-family: 'jenkins-v20--thik';
	font-size: 70px;
	color: #FCD820 ;
	margin-top: 140px;
}


label {
	color: whitesmoke
}

.contactForm {
	background-color: ;
	justify-content: center;
	padding: 10px 30px;
	text-align: center;
}

form {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
	
}


input {
	margin-top: 20px;
}

label {
	padding-top: 20px;
	
}

label, input, textarea {
	display: block;
	width: 100%;

}

textarea {
	resize: vertical;
}


#submit {
	width: 150px;
	margin: 20px auto 0;
	border-radius: 25px;
	background-color: #11A1FF;
	padding: 5px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	
	
}


#status {
	color: greenyellow;
	text-align: center;
	animation: buttons .3s linear;
	display: ;
}


@media (max-width:576px) {
	h2 {
		font-size: 50px;
		margin-top: 110px;
	}
	
	form {
		padding: 0px;
	}
}