/*sitefinal.css*/
body {
	background: url('https://images.unsplash.com/photo-1516156008625-3a9d6067fab5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80');
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 18pt;
}

header, main, footer {
	margin: 3rem 0;
	padding: 3rem 0;
	background-color: gold;
	border: solid 2px black;
}

h1, h2, h3, h4, h5, h6 {
	color: red;
}

header h1, header p, footer {
	text-align: center;
}

header ul {
	list-style: none;
}

form {
	margin: 0 auto;
	max-width: 500px;
}

main iframe{
	max-width: 100%;
}

.form-group label {
	display: block;
	background-color: gold;
}

.flexy {
	display: flex;
	justify-content: space-around;
}

.r1{
	
	width: 750px;
}
