@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url("bg.jpg");
	background-repeat: repeat-y;
}

a:link {color: #ffd700;}
a:visited {color: #C0C0C0;}
a:hover {color: #d3af37;}
a:active {color: #6e3f13;}


h1 {
	margin: auto auto auto auto;
	width: 100%;
	font-size: 50pt;
	text-align: center;
    background: linear-gradient(135deg, #ffd700 50%, #d3af37 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.list {
	margin: auto auto auto auto;
	width: 600px;
	color: #ffd700;
}

.footer {
	margin: 100px auto auto auto;
	width: 600px;
	color: #ffd700;
	text-align: center;
	font-size: 10pt;
	border: 0.5px solid #342008;
}