body{
	background-image: url(job_application.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
   	font-family: "Roboto Slab", serif;
   	font-optical-sizing: auto;
   	font-weight: 600;
   	font-style: normal; 
   	color: #333333;

}

h1 {
	text-align: center;
}


h2{
	background-color: chocolate;
}


form{
	text-align: left;
	background-color: white;
}

.container {
	background-color: #ECF8F9;
	width: 50%;
	padding: 10px;
	border-radius: 10px;
	margin: auto;
	text-align: center;
}

.works{
	text-align: left;
}