body {
	background: #FFC0CB;
	background-size: cover;
	font-family: sans-serif;
	margin-bottom: 0;
	padding: 0;
	font-weight: lighter;
}

section {
	font-size: 30px;
	margin: 0;
	padding: 0;
	height: auto;
	text-align: center;
	position: absolute;
	left: 20%;
	right: 20%;
}

div img {
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}

header {
	text-align: center;
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}