body {
	margin-top: 160px;
	color: white;
	
	
	background-image: url("vote.jpeg");
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 10px;
	font-family: Oswald;
	}
	
	
h1 {
	
	color: white;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 8em;
}


label {
	font-size: 8em;
	font-family: Oswald;
	color: skyblue;
}
