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

/* Style the video: 100% width and height to cover the entire window */
img {
	max-width:100%; 
    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;
	color: #fff;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em; /* 14px */
	color: #fff;
	padding-top: 60px;
}

#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-left: auto;
  margin-right: auto;
  padding-top: 250px;
  width: 50%;
}
.gfg {
	width:auto; 
    text-align:center;
	padding-right: 40px;
	padding-left: 40px;
}

.svg-size {
	height: 40px;
}


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