html, body {
	background-color: #ededed;
	font-family: 'Nunito';font-size: 22px;
	color: #212121;
	padding: 0;
	margin: 0;
}

iframe {
	border-radius:15px;
}

a {
	text-decoration: none;
}

.header {
	position: relative;
	margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  display: flex;
  align-items: center;
  height: 80px;
}

.center > img {
  height: 80px;
}

.center > h2 {
	color: #f5501d;
  margin-left: 30px;
  font-size: 3.5em;
}

.main-content {
	margin-top: 50px;
}

@media screen and (min-width:1200px){
	.main-content {
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	video {
		width: 1200px;
		height: 675px;
	}
}

@media screen and (max-width:1200px){
	.main-content {
		width: 100%;
	}

	video {
		width: 100vw;
		height: 56.25vw;
	}

}

.video {
	padding:54.05% 0 0 0;
	position:relative;
	margin-top: 50px;
}

.text {
	width: 70%;
	margin-left: 10%;
}

h1 {
	color: #f5501d;
	padding: 0px;
	margin-top: 0;
	margin-left: 100px;
	margin-bottom: -20px;
}