 @font-face { font-family: AvenirBlack; src: url('Avenir_Black.ttf'); } 


#loading-bar {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 20px;
  background-color: #000;
  background: linear-gradient(105.94deg, #FFE7AE 25.91%, #FFED9A 58.26%, #FFF387 77.74%);
  background-size: 100% 100%, 100% 100%;
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  border-radius: 40px;
}

#loading-bar-background {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 20px;
  background-color: #000;
  border-radius: 40px;
}


#loading-percent {
  position: absolute;
  top: -30px; /* Apply a vertical offset of 100 pixels */
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  line-height: 1;
  font-family: AvenirBlack;
}

body {
	background-color: black;
	background-image: url('Background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center;
	text-align: center;
	padding: 0;
	border: 0;
	margin: 0;
}
