
body {
	background: linear-gradient(90deg, rgba(40, 40, 40, 1) 0%, rgba(153, 97, 24, 1) 50%, rgba(250, 145, 5, 1) 100%);
	color: #ffffff
}

@font-face {
	font-family: League_Gothic;
	/*src: url(../fonts/League_Gothic.ttf);*/
	src: url(../fonts/LeagueGothic-Regular.ttf);
}

h1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: League_Gothic;
	font-size: 90px;
}

h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: League_Gothic;
        font-size: 40px;
}

h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: League_Gothic;
        font-size: 20px;
} 

h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: League_Gothic;
        font-size: 5px;
} 

.container_Image {
	display: flex;
	justify-content: center;
	align-items: center;
}

img {
	border-radius: 10px;
}

.responsive {
	max-width: 50%;
	max-height: 50%;
	/*height: auto;*/
}

.container_Text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: League_Gothic;
	font-size: 42px;
	text-align: justify;
	text-justify: inter-word;
}

.container_Width {
        /*margin: auto;*/
        max-width: 75%;
}

.rectangle {
        border: 3px solid #fff;
        border-radius: 10px;
	cursor: pointer;
	padding: .2em .2em;
	background: rgba(245, 59, 59, .2);
} 

button {
	/*background-color: #F88505;*/
	background-color: rgba(245, 59, 59, .2);
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	cursor:pointer;
	outline: none !important;
	border:0; 
        font-family: League_Gothic;
        src: url(../fonts/LeagueGothic-Regular.ttf);

}

dialog {
	background: rgba(250, 145, 5, .95);
	color:#fff;
}

.container_Frame {
        display: flex;
        justify-content: center;
        align-items: center;
}


.container_Link {
	display: flex;
	justify-content: center;
	align-items: center;
}


#wrapper {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*justify-content: center;*/
	/*align-items: center;*/
	/* margin: auto; */
	/* width: 30%; */
	/* border: 4px solid white; */
	/* padding: 10px; */
}

.centered {
	margin: auto;
}

a {
	text-decoration: none;
	color: white;
}

/*wrapper_iFrame {
	border: 3px solid #000;
        border-radius: 10px;
}*/

iframe {
	border: 3px solid #fff;
        border-radius: 10px;
}

