body{
	height: 100vh;
	background-color: black;
	overflow: hidden;
}

p{
	color: whitesmoke;
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 80px;
}

#loading{
  position: fixed;
  bottom: 30px;
  left: 25px;
  right: 25px;
  place-items: center;
  background-color: none;
}

#loadingIMG img{
	display: block;
	margin: 0 auto;
	width: 20%;
	padding-top: 50px;
}