/*-- HTML --*/

html, body {
    height:100%;
} 

body {
	margin: 0;
	padding: 0;
	background: #000;
	background-image: linear-gradient(to right top, #141b28, #192233, #1e283f, #242f4b, #2a3657);
	color: #fff;
	font-size: 1.0em;
	text-align: center;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}
.bg-media {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
}
.bg-media img, .bg-media video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
h1 {
	color:#000;
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
	background: linear-gradient(to right, #5482FF -100%, #4F248F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	display: block;
}
	
.bodytext {
	color:#000;
	font-size: 40px;
	font-weight: bold;
	background: linear-gradient(to right, #5482FF -100%, #4F248F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin-top: 50px;
	display: block;
	width: 517px;
	text-align: justify;
	line-height: 55px;
}