* {
	padding: 0px;
	margin: 0px;
}

@font-face {
    font-family: "custom_font";
    src: url("font3.woff");
}

#background {
    background: rgb(206,255,146);
    background: radial-gradient(circle, rgba(121,121,121,1) 0%, rgba(45,45,45,1) 100%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#container {
	width: 800px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "custom_font";
    color: #ffbf00;
    text-shadow: 0 0 25px rgb(38, 38, 38);
	font-size: 16pt;
}

hr {
	height: 1px;
	background-color: #ffbf00;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {
	font-size: 12pt;
}

.copyright {
	font-family: "Helvetica", "Arial", sans-serif;
}
.copyright::before {
	content: "\00a9";
}

a { color: white; }
a:link { color: white; }
a:visited { color: white; }
a:hover { color: red; };
a:active { color: white; }
