html {
		font-family: Arial, sans-serif; 
		font-size:15pt;
		background: linear-gradient(to bottom , #008058, #006747, #003625);
		color: white;
}

body {
	margin: 0px;
    cursor: url(../bilder/kgx-cursor.png), auto;
}

.top {
		background-image: url(../bilder/Willy-Kressmann-Stadion.png);
		width: auto;
        height: 120px; 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top ;
}

h1 {                 
        text-align: center;
        font-family: KGX;
        font-size: 60pt;
        color: #001000;
		color: white;
		margin: 0px;
}

	
.backButton {
		background-color: #6C1D45;
		padding-left: 15px;
}
	
a {
    color: white;
    text-decoration: none; 
    font-weight: bold;
}

a:visited {
    color: white; 
}

a:hover {
    color: #00ff66;
    text-decoration: underline;
}

a:active {
    color: #00aa44;
}

.footer{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	background: linear-gradient(to bottom, rgba(108,29,69,0), rgba(108,29,69,0.7), rgba(108,29,69,1));
	padding: 100px;
	margin-top: 10px;
}

.copyright{
	grid-column: 1 / 5;
	text-align: center;
	margin-top: 60px;
	margin-bottom: -90px;
}

.titelFooter{
	font-size:20pt;
	letter-spacing: -0.02px;
	margin: 0px;
}

@font-face {
    font-family: KGX;
    src: url(../fonts/Anton-Regular.ttf);
}