body {background-image: url(contact.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-color: #eaeaea;
		color: #ffffff}

#wrapper {background-color: #333333;
			width: 50%;
			margin: auto;
			margin-top: 5%;
			border: 5px solid #ffcc00;
			box-shadow: 3px 3px 3px #000000;}
			
h1 {font-size: 300%;
	margin: 1em;
	margin-top: 1em;
	text-align: center;}

form {display: flex;
		flex-flow: column nowrap;
		width: 60%;
		margin: auto;
		margin-bottom: 1em;}
		
input, textarea {margin-bottom: 1em;}