body{
	display: grid;
	height: 100vh;
    margin: 0;
    place-items: center;
    
	background: linear-gradient(45deg, #cccccc 10%, #ffffff 90%);
}

h2 {
	text-transform: uppercase;
	text-align: center;
}

#contact-form {	
	background-color:rgb(245, 245, 245);
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	padding: 10px;
}

