@charset "UTF-8";
/* CSS Document */

/* Style the video: 100% width and height to cover the entire window */
body{
	color: #101820;
}
img {
	max-width:40%;
    height:auto; 
} 

video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
}

p {
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2em; /* 14px */
	padding-top: 40px;
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1em; /* 14px */
	padding-top: 2
		0px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.world-end {
	text-align: center;
	font-size: 5em;

}

.content {
	position: relative;
	display: block;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	height: 40%;  
	padding: 60px;
	border: 4px solid #FEE715;
/*	width:auto; */
    text-align:center;
	background: rgba(255,255,255,.95)
}
.yellow {
	color: #FEE715;
	letter-spacing: -3px;
}
.gfg {

	padding-right: 40px;
	padding-left: 40px;
}

.svg-size {
	height: 40px;
}


.svg-padding {
	padding-top: 40px;
}