* {
	font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	color: white;
}
body {
	background: black;
	margin: 0;
	padding: 0;
}
.all {
	width: 90%;
	max-width: 800px;
	margin: 40px auto;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 48px;
}
p {
	letter-spacing: 1em;
	text-transform: uppercase;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}