body, html {
	padding:0;
	margin:0;
	font-size: 16px;
}
h1 {
	margin-bottom: 10px;
	font-family: 'Oxygen', sans-serif;
}
h2 {
	font-size:50px;
	margin-bottom:0px;
}
p {
	font-family: 'Oxygen', sans-serif;
	text-indent:15px;
	text-align: center;
	margin-top:0;
}
a {
	text-decoration: none;
	text-indent: 0;
}
.center img{
	height: 35px;
}

.center {
	margin-top:10px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-indent: 0;

}
.dropdown_menu{
	position: relative;
	top:15px;
	display:inline-block;
	padding-left: 20px;
	z-index:9000;
}
.dropdown_menu img {
	height:35px;
}
.text {
	width:100%;
	display: flex;
	justify-content: center;
}
.iframey {
    position: relative;
    width: 100%;
    height: ;
    padding-bottom: 56.25%;
}
.iframey iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}