@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto;
	padding: 0 auto;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
}
html {
	background-color: black;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.goud-1{
	position: absolute;
	transform: translate(-50%,-50%);
	top: 15%;
	left: 50%;
	font-family: 'Times New Roman',serif;
	letter-spacing: 5px;
	font-size: 50px;
	font-weight: bold;
	width: 100%;
	background-image: linear-gradient(
	 to right,
	 #462523 0,
			#cb9b51 22%, 
	 #f6e27a 45%,
	 #f6f2c0 50%,
	 #f6e27a 55%,
	 #cb9b51 78%,
	 #462523 100%
	 );
	color:transparent;
	-webkit-background-clip:text;
 }
 .goud-2{
	top: 125%;
	left: 50%;
	bottom: 40px;
	font-family: 'Times New Roman',serif;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
	background-image: linear-gradient(
	 to right,
	 #462523 0,
			#cb9b51 22%, 
	 #f6e27a 45%,
	 #f6f2c0 50%,
	 #f6e27a 55%,
	 #cb9b51 78%,
	 #462523 100%
	 );
	color:transparent;
	-webkit-background-clip:text;
 }
 .goud-3{
	top: 10000px;
	left: 50%;
	font-family: 'Times New Roman',serif;
	letter-spacing: 2px;
	font-size: 50px;
	font-weight: bold;
	background-image: linear-gradient(
	 to right,
	 #462523 0,
			#cb9b51 22%, 
	 #f6e27a 45%,
	 #f6f2c0 50%,
	 #f6e27a 55%,
	 #cb9b51 78%,
	 #462523 100%
	 );
	color:transparent;
	-webkit-background-clip:text;
 }
 .goud-4{
	top: 125%;
	left: 50%;
	font-family: 'Times New Roman',serif;
	letter-spacing: 2px;
	font-size: 50px;
	font-weight: bold;
	background-image: linear-gradient(
	 to right,
	 #462523 0,
			#cb9b51 22%, 
	 #f6e27a 45%,
	 #f6f2c0 50%,
	 #f6e27a 55%,
	 #cb9b51 78%,
	 #462523 100%
	 );
	color:transparent;
	-webkit-background-clip:text;
 }
.leaderboard {
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}