#header {
	background: white;
}

body {
	
	overflow-x: hidden;
}

.body_sent {
	overflow-y: visible;
}

@media screen and (max-width: 768px) {
	#form > h1 {
		font-size: 30px;
	}
}